IBuildMachineEvents.Stopped Method
The method invoked when the server has completed shutdown.
Namespace: Microsoft.TeamFoundation.Build.Hosting
Assembly: Microsoft.TeamFoundation.Build.Config (in Microsoft.TeamFoundation.Build.Config.dll)
Syntax
'Declaration
<OperationContractAttribute(IsOneWay := True)> _
Sub Stopped ( _
eventData As BuildMachineStoppedEventArgs _
)
[OperationContractAttribute(IsOneWay = true)]
void Stopped(
BuildMachineStoppedEventArgs eventData
)
[OperationContractAttribute(IsOneWay = true)]
void Stopped(
BuildMachineStoppedEventArgs^ eventData
)
[<OperationContractAttribute(IsOneWay = true)>]
abstract Stopped :
eventData:BuildMachineStoppedEventArgs -> unit
function Stopped(
eventData : BuildMachineStoppedEventArgs
)
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.