This documentation is archived and is not being maintained.
IQueuedBuildsView::Connect Method (Int32, ISynchronizeInvoke)
Visual Studio 2013
Starts polling, using the specified interval and ISynchronizeInvoke object.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Parameters
- pollingInterval
- Type: System::Int32
The polling interval, in milliseconds.
- synchronizingObject
- Type: System.ComponentModel::ISynchronizeInvoke
The object used to synchronize polling events. If null, events will be fired on a thread pool thread.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: