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 调用。如果服务 intialized 异步它必须实现用于确定的 Service_Ready 服务时准备用户访问它。 (继承自 ITeamFoundationService。)
公共方法 SetFeatureState

页首

请参阅

参考

Microsoft.TeamFoundation.Framework.Server 命名空间