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.
Initializes the service together with all of the necessary state.
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.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.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.