다음을 통해 공유


IFeatureManagerSnapshot 인터페이스

정의

지정된 요청에서 일관성을 보장하기 위해 기능 상태의 스냅샷 제공합니다.

public interface IFeatureManagerSnapshot : Microsoft.FeatureManagement.IFeatureManager
type IFeatureManagerSnapshot = interface
    interface IFeatureManager
Public Interface IFeatureManagerSnapshot
Implements IFeatureManager
구현

메서드

GetFeatureNamesAsync()

기능 관리자에 등록된 기능 이름 목록을 검색합니다.

(다음에서 상속됨 IFeatureManager)
IsEnabledAsync(String)

지정된 기능을 사용할 수 있는지 여부를 확인합니다.

(다음에서 상속됨 IFeatureManager)
IsEnabledAsync<TContext>(String, TContext)

지정된 기능을 사용할 수 있는지 여부를 확인합니다.

(다음에서 상속됨 IFeatureManager)

적용 대상