TeamFoundationApplication.Stop Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub Stop ( _
immediate As Boolean _
)
public void Stop(
bool immediate
)
public:
virtual void Stop(
bool immediate
) sealed
abstract Stop :
immediate:bool -> unit
override Stop :
immediate:bool -> unit
public final function Stop(
immediate : boolean
)
Parameters
- immediate
Type: System.Boolean
Implements
IRegisteredObject.Stop(Boolean)
.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.