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.
ServiceStart is called when the event manager is first requested from the service host it is being run in.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.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.TeamFoundationRequestContextThe system request context that can be used to perform system actions.
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.