This documentation is archived and is not being maintained.
IBuildServer.QueueBuild Method (IBuildRequest, QueueOptions)
Visual Studio 2013
Queues a build for the specified build request.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Parameters
- request
- Type: Microsoft.TeamFoundation.Build.Client.IBuildRequest
The parameters that are used in queuing the build, including the BuildDefinition and BuildAgent.
- 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: