IBuildMachineEvents.ProcessStarted Method
The method invoked when a hosted agent or controller has completed startup.
Namespace: Microsoft.TeamFoundation.Build.Hosting
Assembly: Microsoft.TeamFoundation.Build.Config (in Microsoft.TeamFoundation.Build.Config.dll)
Syntax
'Declaration
<OperationContractAttribute(IsOneWay := True)> _
Sub ProcessStarted ( _
eventData As BuildMachineProcessEventArgs _
)
[OperationContractAttribute(IsOneWay = true)]
void ProcessStarted(
BuildMachineProcessEventArgs eventData
)
[OperationContractAttribute(IsOneWay = true)]
void ProcessStarted(
BuildMachineProcessEventArgs^ eventData
)
[<OperationContractAttribute(IsOneWay = true)>]
abstract ProcessStarted :
eventData:BuildMachineProcessEventArgs -> unit
function ProcessStarted(
eventData : BuildMachineProcessEventArgs
)
Parameters
.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.