ITeamFoundationLicensingService 接口

命名空间:  Microsoft.TeamFoundation.Server.Core
程序集:  Microsoft.TeamFoundation.Server.Core(在 Microsoft.TeamFoundation.Server.Core.dll 中)

语法

声明
<DefaultServiceImplementationAttribute(GetType(TeamFoundationOnPremLicensingService))> _
Public Interface ITeamFoundationLicensingService _
    Inherits ITeamFoundationService
[DefaultServiceImplementationAttribute(typeof(TeamFoundationOnPremLicensingService))]
public interface ITeamFoundationLicensingService : ITeamFoundationService

ITeamFoundationLicensingService 类型公开以下成员。

方法

  名称 说明
公共方法 GetAllLicenses
公共方法 GetLicenseFeature
公共方法 GetLicenseFeaturesInPreview
公共方法 GetLicensesForUser
公共方法 GetLicenseType
公共方法 IsFeatureSupported(TeamFoundationRequestContext, Guid)
公共方法 IsFeatureSupported(TeamFoundationRequestContext, Guid, IdentityDescriptor)
公共方法 ServiceEnd ServiceEnd 调用,当托管是它保留中的关闭时,该服务应释放所有资源。 (继承自 ITeamFoundationService。)
公共方法 ServiceStart 当服务初始化时,ServiceStart 调用。如果服务 intialized 异步它必须实现用于确定的 Service_Ready 服务时准备用户访问它。 (继承自 ITeamFoundationService。)

页首

请参阅

参考

Microsoft.TeamFoundation.Server.Core 命名空间