IBuildMachineEvents.WorkflowStarted Method

The method invoked when a workflow has started on a hosted agent.

Namespace:  Microsoft.TeamFoundation.Build.Hosting
Assembly:  Microsoft.TeamFoundation.Build.Config (in Microsoft.TeamFoundation.Build.Config.dll)

Syntax

'Declaration
<OperationContractAttribute(IsOneWay := True)> _
Sub WorkflowStarted ( _
    eventData As BuildEventArgs _
)
[OperationContractAttribute(IsOneWay = true)]
void WorkflowStarted(
    BuildEventArgs eventData
)
[OperationContractAttribute(IsOneWay = true)]
void WorkflowStarted(
    BuildEventArgs^ eventData
)
[<OperationContractAttribute(IsOneWay = true)>]
abstract WorkflowStarted : 
        eventData:BuildEventArgs -> unit
function WorkflowStarted(
    eventData : BuildEventArgs
)

Parameters

.NET Framework Security

See Also

Reference

IBuildMachineEvents Interface

Microsoft.TeamFoundation.Build.Hosting Namespace