This documentation is archived and is not being maintained.
IBuildServer.QueueBuild Method (IEnumerable(IBuildRequest), QueueOptions)
Visual Studio 2013
Queues builds for the given build requests.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
abstract QueueBuild :
requests:IEnumerable<IBuildRequest> *
options:QueueOptions -> IQueuedBuild[]
Parameters
- requests
- Type: System.Collections.Generic.IEnumerable(IBuildRequest)
- options
- Type: Microsoft.TeamFoundation.Build.Client.QueueOptions
The options for the queuing of the build, including whether to preview the queue position.
- 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: