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는 서비스가 초기화 될 때 호출 됩니다.서비스를 비동기적으로 초기화 서비스 사용자에 대 한 액세스 준비가 되 면 확인 하는 데 사용 되는 Service_Ready를 구현 해야 합니다. (ITeamFoundationService에서 상속됨) |
위쪽