This documentation is archived and is not being maintained.
IBuildServer::RetryQueuedBuilds Method (array<IQueuedBuild>, Guid)
Visual Studio 2013
Retries the specified builds and puts them into a batch together.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
array<IQueuedBuild^>^ RetryQueuedBuilds( array<IQueuedBuild^>^ queuedBuilds, Guid batchId )
Parameters
- queuedBuilds
- Type: array<Microsoft.TeamFoundation.Build.Client::IQueuedBuild>
The queued builds to be retried in a batch.
- batchId
- Type: System::Guid
The ID of the newly created batch.
Return Value
Type: array<Microsoft.TeamFoundation.Build.Client::IQueuedBuild>The updated queued builds.
- 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: