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

.NET Framework Security

See Also

Reference

ITeamFoundationService Interface

Microsoft.TeamFoundation.Framework.Server Namespace