This documentation is archived and is not being maintained.
IBuildServer::BeginQueryQueuedBuilds Method
Visual Studio 2013
Begins an asynchronous operation to query the build queue.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
IAsyncResult^ BeginQueryQueuedBuilds(
array<IQueuedBuildSpec^>^ specs,
AsyncCallback^ callback,
Object^ state
)
Parameters
- specs
- Type: array<Microsoft.TeamFoundation.Build.Client::IQueuedBuildSpec>
The build queue query specifications
- callback
- Type: System::AsyncCallback
- state
- Type: System::Object
- 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: