IQueuedBuild.Retry Method (Guid)
Marks the build for retry and puts it in the specified batch.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Sub Retry ( _
batchId As Guid _
)
void Retry(
Guid batchId
)
void Retry(
Guid batchId
)
abstract Retry :
batchId:Guid -> unit
function Retry(
batchId : Guid
)
Parameters
batchId
Type: System.GuidThe batch in which this build should be included
.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.