Share via


IBuildDetail.Connect Method

Include Protected Members
Include Inherited Members

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

 

Name

Description

Public method

Connect()

Starts polling by using the default interval of five seconds and no synchronization object. Events will occur on a thread pool thread. When events are handled by a visual Windows Forms component, the Connect method should be used instead.

Public method

Connect(Int32, ISynchronizeInvoke)

Starts polling by using the specified interval and ISynchronizeInvoke object. When the "status changing" status changed, or polling completed events are handled by a visual Windows Forms component, 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.

Top

See Also

Reference

IBuildDetail Interface

IBuildDetail Members

Microsoft.TeamFoundation.Build.Client Namespace