IBuildDetail.PollingCompleted Event

Raised when polling finishes.

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.

Remarks

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

.NET Framework Security

See Also

Reference

IBuildDetail Interface

Microsoft.TeamFoundation.Build.Client Namespace