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 형식에서는 다음과 같은 멤버를 노출합니다.

메서드

  이름 설명
Public 메서드 GetFeatureInformation(TeamFoundationRequestContext) 요청 컨텍스트에서 사용 하는 범위에서 모든 기능에 대 한 자세한 정보를 반환
Public 메서드 GetFeatureInformation(TeamFoundationRequestContext, Nullable<Guid>)
Public 메서드 GetFeatureInformation(TeamFoundationRequestContext, String) 요청 컨텍스트에서 사용 하는 범위에서 기능 가용성에 대 한 자세한 정보를 반환
Public 메서드 GetFeatureInformation(TeamFoundationRequestContext, String, Nullable<Guid>)
Public 메서드 IsFeatureEnabled 기능에 대 한 가용성 상태를 결정합니다.
Public 메서드 ServiceEnd ServiceEnd는 호스트를 종료 하 고이 서비스에 유지 되는 모든 리소스를 해제 해야 하는 경우 호출 됩니다. (ITeamFoundationService에서 상속됨)
Public 메서드 ServiceStart ServiceStart는 서비스가 초기화 될 때 호출 됩니다.서비스를 비동기적으로 초기화 서비스 사용자에 대 한 액세스 준비가 되 면 확인 하는 데 사용 되는 Service_Ready를 구현 해야 합니다. (ITeamFoundationService에서 상속됨)
Public 메서드 SetFeatureState

위쪽

참고 항목

참조

Microsoft.TeamFoundation.Framework.Server 네임스페이스