IQueuedBuildsView.StatusChanged Event

Raised once for each polling interval.

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

Syntax

‘선언
Event StatusChanged As StatusChangedEventHandler
event StatusChangedEventHandler StatusChanged
 event StatusChangedEventHandler^ StatusChanged {
    void add (StatusChangedEventHandler^ value);
    void remove (StatusChangedEventHandler^ value);
}
abstract StatusChanged : IEvent<StatusChangedEventHandler,
    StatusChangedEventArgs>
JScript does not support events.

Remarks

Note: to receive these events you must call the Connect method, which causes the server to be polled on a regular basis until the Disconnect method is called. This event is fired just after the contents of the view (and the queued builds themselves) are updated.

.NET Framework Security

See Also

Reference

IQueuedBuildsView Interface

Microsoft.TeamFoundation.Build.Client Namespace