Share via


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)

適用於