IQueuedBuild.PollingCompleted Event

Raised when polling finishes. Note: to receive this event you must call the Connect method. This event is fired when polling finishes, either because the queued build finished or because an unrecoverable error was encountered (e.g. the queued build was deleted).

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

Syntax

'Declaration
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.

.NET Framework Security

See Also

Reference

IQueuedBuild Interface

Microsoft.TeamFoundation.Build.Client Namespace