ITeamFoundationService.ServiceStart Method
ServiceStart is called when the service is initialized. If the service is intialized asynchronously it must implement Service_Ready which is used to determine when the service is ready for users to access it.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Sub ServiceStart ( _
systemRequestContext As TeamFoundationRequestContext _
)
void ServiceStart(
TeamFoundationRequestContext systemRequestContext
)
void ServiceStart(
TeamFoundationRequestContext^ systemRequestContext
)
abstract ServiceStart :
systemRequestContext:TeamFoundationRequestContext -> unit
function ServiceStart(
systemRequestContext : TeamFoundationRequestContext
)
Parameters
systemRequestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe system request context that can be used to perform system actions.
.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.