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.
The ITeamFoundationService is designed to be implemented by third-party services. Service Management is about notification of startup and shutdown.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Interface ITeamFoundationService
public interface ITeamFoundationService
public interface class ITeamFoundationService
type ITeamFoundationService = interface end
public interface ITeamFoundationService
The ITeamFoundationService type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
ServiceEnd | ServiceEnd is called when the Host is being Shutdown and this service should free all resources it is holding onto. |
![]() |
ServiceStart | 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. |
Top