This documentation is archived and is not being maintained.
IBuildServer::EndQueryQueuedBuilds Method
Visual Studio 2013
Ends an asynchronous operation to query the build queue.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Parameters
- result
- Type: System::IAsyncResult
The asynchronous operation
Return Value
Type: array<Microsoft.TeamFoundation.Build.Client::IQueuedBuildQueryResult>The build queue query results for the given specifications
- 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: