This documentation is archived and is not being maintained.
IBuildServer.GetQueuedBuild Method (Int32[], QueryOptions)
Visual Studio 2013
Gets the queued builds for the specified IDs.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Parameters
- queuedBuildIds
- Type: System.Int32[]
The IDs.
- queryOptions
- Type: Microsoft.TeamFoundation.Build.Client.QueryOptions
Options specifying the additional data to be returned.
Return Value
Type: Microsoft.TeamFoundation.Build.Client.IQueuedBuild[]The queued builds for the specified IDs.
- 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: