IBuildMachineEvents.WorkflowStarting-Methode

Die - Methode aufgerufen, wenn ein Workflow eines gehosteten Agents beginnen soll.

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

Syntax

'Declaration
<OperationContractAttribute(IsOneWay := True)> _
Sub WorkflowStarting ( _
    eventData As BuildEventArgs _
)
[OperationContractAttribute(IsOneWay = true)]
void WorkflowStarting(
    BuildEventArgs eventData
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

IBuildMachineEvents Schnittstelle

Microsoft.TeamFoundation.Build.Hosting-Namespace