This documentation is archived and is not being maintained.

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)

event PollingCompletedEventHandler^ PollingCompleted {
	void add (PollingCompletedEventHandler^ value);
	void remove (PollingCompletedEventHandler^ value);
}

Show: