FileCacheService.ITeamFoundationService.ServiceStart Method
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Private Sub ServiceStart ( _
systemRequestContext As TeamFoundationRequestContext _
) Implements ITeamFoundationService.ServiceStart
void ITeamFoundationService.ServiceStart(
TeamFoundationRequestContext systemRequestContext
)
private:
virtual void ServiceStart(
TeamFoundationRequestContext^ systemRequestContext
) sealed = ITeamFoundationService::ServiceStart
private abstract ServiceStart :
systemRequestContext:TeamFoundationRequestContext -> unit
private override ServiceStart :
systemRequestContext:TeamFoundationRequestContext -> unit
JScript does not support explicit interface implementations.
Parameters
- systemRequestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Implements
ITeamFoundationService.ServiceStart(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.