ITeamFoundationFeatureAvailabilityService 介面

判斷功能的服務是否在執行階段

命名空間:  Microsoft.TeamFoundation.Framework.Server
組件:  Microsoft.TeamFoundation.Framework.Server (在 Microsoft.TeamFoundation.Framework.Server.dll 中)

語法

'宣告
<DefaultServiceImplementationAttribute(GetType(TeamFoundationFeatureAvailabilityService))> _
Public Interface ITeamFoundationFeatureAvailabilityService _
    Inherits ITeamFoundationService
[DefaultServiceImplementationAttribute(typeof(TeamFoundationFeatureAvailabilityService))]
public interface ITeamFoundationFeatureAvailabilityService : ITeamFoundationService

ITeamFoundationFeatureAvailabilityService 類型會公開下列成員。

方法

  名稱 描述
公用方法 GetFeatureInformation(TeamFoundationRequestContext) 傳回所有功能的詳細資訊在要求內容的範圍
公用方法 GetFeatureInformation(TeamFoundationRequestContext, Nullable<Guid>)
公用方法 GetFeatureInformation(TeamFoundationRequestContext, String) 傳回有關功能可用性的詳細資訊在要求內容的範圍
公用方法 GetFeatureInformation(TeamFoundationRequestContext, String, Nullable<Guid>)
公用方法 IsFeatureEnabled 判斷功能是否可用狀態
公用方法 ServiceEnd 呼叫 ServiceEnd,當將滑鼠指標停留在上的主應用程式關閉時,這個服務應該釋放所有資源。 (繼承自 ITeamFoundationService)。
公用方法 ServiceStart 當服務已初始化時, ServiceStart 呼叫。如果服務初始化非同步它必須實作用來判斷的 Service_Ready 服務時準備使用者存取它。 (繼承自 ITeamFoundationService)。
公用方法 SetFeatureState

回頁首

請參閱

參考

Microsoft.TeamFoundation.Framework.Server 命名空間