ITeamFoundationService.ServiceEnd Method

ServiceEnd is called when the Host is being Shutdown and this service should free all resources it is holding onto.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Sub ServiceEnd ( _
    systemRequestContext As TeamFoundationRequestContext _
)
void ServiceEnd(
    TeamFoundationRequestContext systemRequestContext
)
void ServiceEnd(
    TeamFoundationRequestContext^ systemRequestContext
)
abstract ServiceEnd : 
        systemRequestContext:TeamFoundationRequestContext -> unit
function ServiceEnd(
    systemRequestContext : TeamFoundationRequestContext
)

Parameters

.NET Framework Security

See Also

Reference

ITeamFoundationService Interface

Microsoft.TeamFoundation.Framework.Server Namespace