Share via


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
Public property DatabaseCategory Database category the service is bound to

Top

Methods

  Name Description
Public method ServiceEnd Called when Host is being Shutdown and this service should free its resources
Public method ServiceStart Called when this service is initialized

Top

See Also

Reference

Microsoft.TeamFoundation.Framework.Server Namespace