IBuildDetail.PollingCompleted Event
Raised when polling completes.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaração
Event PollingCompleted As PollingCompletedEventHandler
event PollingCompletedEventHandler PollingCompleted
event PollingCompletedEventHandler^ PollingCompleted {
void add (PollingCompletedEventHandler^ value);
void remove (PollingCompletedEventHandler^ value);
}
abstract PollingCompleted : IEvent<PollingCompletedEventHandler,
PollingCompletedEventArgs>
JScript does not support events.
Remarks
To receive this event you must call the Connect method. This event is fired when polling completes, either because the build finished or because an unrecoverable error was encountered (e.g. the build was deleted).
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.