IAgentReservationExtension.BeginStartWorkflow Method

Starts a workflow on the selected agent for the reservation.

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Services
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

IAsyncResult BeginStartWorkflow(
    int reservationId,
    string markup,
    int rootInformationNodeId,
    AsyncCallback callback,
    Object state
)

Parameters

  • reservationId
    Type: System.Int32

    The ID of the agent reservation which should be used to run the workflow

Return Value

Type: System.IAsyncResult

.NET Framework Security

See Also

Reference

IAgentReservationExtension Interface

Microsoft.TeamFoundation.Build.Workflow.Services Namespace