Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
IRegisteredObject.Stop This is called when ASP.Net is attempting to shutdown our application.
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.