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

  • stopCoreServices
    Type: System.Boolean

    If false, the core services are not stopped.

.NET Framework Security

See Also

Reference

TeamFoundationServiceHost Class

Microsoft.TeamFoundation.Framework.Server Namespace