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

See Also

Reference

IBuildMachineEvents Interface

Microsoft.TeamFoundation.Build.Hosting Namespace