IBuildDetail.Connect Method

Starts polling by using the default interval of five seconds and no synchronization object.

When events are handled by a visual Windows Forms component, the other overload should be used for this method and that component should be passed in as the synchronizingObject so that the event handlers are called on the same thread on which the component was created.

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

Syntax

'Declaration
Sub Connect
void Connect()
void Connect()
abstract Connect : unit -> unit
function Connect()

.NET Framework Security

See Also

Reference

IBuildDetail Interface

Connect Overload

Microsoft.TeamFoundation.Build.Client Namespace