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