This documentation is archived and is not being maintained.
IBuildServer::BeginQueryBuilds Method
Visual Studio 2013
Begins an asynchronous operation to query builds using an array of specifications.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
IAsyncResult^ BeginQueryBuilds(
array<IBuildDetailSpec^>^ specs,
AsyncCallback^ callback,
Object^ state
)
Parameters
- specs
- Type: array<Microsoft.TeamFoundation.Build.Client::IBuildDetailSpec>
The build query specifications
- callback
- Type: System::AsyncCallback
The System.AsyncCallback delegate that receives notification that the operation is finished.
- state
- Type: System::Object
An object, specified by the caller, that contains state information associated with the asynchronous operation.
- 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: