IBuildServer.QueueBuild Method (IEnumerable<IBuildRequest>, QueueOptions)
Queues builds for the given build requests.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Function QueueBuild ( _
requests As IEnumerable(Of IBuildRequest), _
options As QueueOptions _
) As IQueuedBuild()
IQueuedBuild[] QueueBuild(
IEnumerable<IBuildRequest> requests,
QueueOptions options
)
array<IQueuedBuild^>^ QueueBuild(
IEnumerable<IBuildRequest^>^ requests,
QueueOptions options
)
abstract QueueBuild :
requests:IEnumerable<IBuildRequest> *
options:QueueOptions -> IQueuedBuild[]
function QueueBuild(
requests : IEnumerable<IBuildRequest>,
options : QueueOptions
) : IQueuedBuild[]
Parameters
- requests
Type: System.Collections.Generic.IEnumerable<IBuildRequest>
options
Type: Microsoft.TeamFoundation.Build.Client.QueueOptionsThe options for the queuing of the build, including whether to preview the queue position.
Return Value
Type: array<Microsoft.TeamFoundation.Build.Client.IQueuedBuild[]
The queued build.
.NET Framework Security
- 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.