TeamFoundationServiceHost.StopServices Method
Shuts down all active services for the current service host.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected Friend Sub StopServices ( _
systemRequestContext As TeamFoundationRequestContext, _
stopCoreServices As Boolean _
)
protected internal void StopServices(
TeamFoundationRequestContext systemRequestContext,
bool stopCoreServices
)
protected public:
void StopServices(
TeamFoundationRequestContext^ systemRequestContext,
bool stopCoreServices
)
member StopServices :
systemRequestContext:TeamFoundationRequestContext *
stopCoreServices:bool -> unit
function StopServices(
systemRequestContext : TeamFoundationRequestContext,
stopCoreServices : boolean
)
Parameters
- systemRequestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
stopCoreServices
Type: System.BooleanIf false, the core services are not stopped.
.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.