TeamFoundationResourceManagementService.ITeamFoundationService.ServiceEnd Method

ServiceEnd is called when the Host is being shut down 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
Private Sub ServiceEnd ( _
    systemRequestContext As TeamFoundationRequestContext _
) Implements ITeamFoundationService.ServiceEnd
void ITeamFoundationService.ServiceEnd(
    TeamFoundationRequestContext systemRequestContext
)
private:
virtual void ServiceEnd(
    TeamFoundationRequestContext^ systemRequestContext
) sealed = ITeamFoundationService::ServiceEnd
private abstract ServiceEnd : 
        systemRequestContext:TeamFoundationRequestContext -> unit  
private override ServiceEnd : 
        systemRequestContext:TeamFoundationRequestContext -> unit
JScript does not support explicit interface implementations.

Parameters

Implements

ITeamFoundationService.ServiceEnd(TeamFoundationRequestContext)

.NET Framework Security

See Also

Reference

TeamFoundationResourceManagementService Class

Microsoft.TeamFoundation.Framework.Server Namespace