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
- eventData
Type: Microsoft.TeamFoundation.Build.Hosting.BuildEventArgs
.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.