IQueuedBuildsView.Connect Method
Include Protected Members
Include Inherited Members
Starts polling.
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 | |
---|---|---|
Connect() | Starts polling, using the default interval of 30 seconds and no synchronization object. | |
Connect(Int32, ISynchronizeInvoke) | Starts polling, using the specified interval and ISynchronizeInvoke object. |
Top