Namespace:  Microsoft.TeamFoundation.Build.Server
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
声明
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.