FileCacheService.ITeamFoundationService.ServiceEnd Method
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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.TeamFoundationRequestContext
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.