ITeamFoundationReplicaAwareService Interface
Interface for replication-aware Team Foundation services Service Management is about notification of startup and shutdown, and database instance affinity.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Interface ITeamFoundationReplicaAwareService
public interface ITeamFoundationReplicaAwareService
public interface class ITeamFoundationReplicaAwareService
type ITeamFoundationReplicaAwareService = interface end
public interface ITeamFoundationReplicaAwareService
The ITeamFoundationReplicaAwareService type exposes the following members.
Properties
Name | Description | |
---|---|---|
DatabaseCategory | Database category the service is bound to |
Top
Methods
Name | Description | |
---|---|---|
ServiceEnd | Called when Host is being Shutdown and this service should free its resources | |
ServiceStart | Called when this service is initialized |
Top