This documentation is archived and is not being maintained.

PollingCompletedEventHandler Delegate

Event handler for a completed event.

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

'Declaration
Public Delegate Sub PollingCompletedEventHandler ( _
	sender As Object, _
	e As PollingCompletedEventArgs _
)
Show: