TeamFoundationAccessControlService.ITeamFoundationService.ServiceEnd Method
Service shutdown logic
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Private Sub ServiceEnd ( _
requestContext As TeamFoundationRequestContext _
) Implements ITeamFoundationService.ServiceEnd
void ITeamFoundationService.ServiceEnd(
TeamFoundationRequestContext requestContext
)
private:
virtual void ServiceEnd(
TeamFoundationRequestContext^ requestContext
) sealed = ITeamFoundationService::ServiceEnd
private abstract ServiceEnd :
requestContext:TeamFoundationRequestContext -> unit
private override ServiceEnd :
requestContext:TeamFoundationRequestContext -> unit
JScript does not support explicit interface implementations.
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe system request context
Implements
ITeamFoundationService.ServiceEnd(TeamFoundationRequestContext)
.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.