IBuildDetail.PollingCompleted Event
Occurs when polling is completed.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Event PollingCompleted As PollingCompletedEventHandler
'Usage
Dim instance As IBuildDetail
Dim handler As PollingCompletedEventHandler
AddHandler instance.PollingCompleted, handler
event PollingCompletedEventHandler PollingCompleted
event PollingCompletedEventHandler^ PollingCompleted {
void add (PollingCompletedEventHandler^ value);
void remove (PollingCompletedEventHandler^ value);
}
JScript does not support events.
Remarks
To invoke this event, you must call the Connect method. This event occurs when polling is completed. This occurs either because the build finished or because an unrecoverable error was encountered (for example, 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.