Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The method invoked when a workflow is starting 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 WorkflowStarting ( _
    eventData As BuildEventArgs _
)
[OperationContractAttribute(IsOneWay = true)]
void WorkflowStarting(
    BuildEventArgs eventData
)
[OperationContractAttribute(IsOneWay = true)]
void WorkflowStarting(
    BuildEventArgs^ eventData
)
[<OperationContractAttribute(IsOneWay = true)>]
abstract WorkflowStarting : 
        eventData:BuildEventArgs -> unit
function WorkflowStarting(
    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.