Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.