Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method is provided for integration into the Team Foundation Server OM. Do not call directly from user code.
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
systemRequestContext
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.