IFeatureManagerSnapshot インターフェイス

定義

特定の要求間で一貫性を確保するために、機能フラグ状態のスナップショットを提供します。

public interface IFeatureManagerSnapshot : Microsoft.FeatureManagement.IFeatureManager
type IFeatureManagerSnapshot = interface
    interface IFeatureManager
Public Interface IFeatureManagerSnapshot
Implements IFeatureManager
実装

メソッド

GetFeatureFlagNamesAsync(CancellationToken)

機能マネージャーに登録されている機能フラグ名の一覧を取得します。

(継承元 IFeatureManager)
GetFeatureNamesAsync()

機能マネージャーに登録されている機能名の一覧を取得します。

(継承元 IFeatureManager)
IsEnabledAsync(String)

特定の機能が有効になっているかどうかを確認します。

(継承元 IFeatureManager)
IsEnabledAsync(String, CancellationToken)

特定の機能フラグが有効になっているかどうかを確認します。

(継承元 IFeatureManager)
IsEnabledAsync<TContext>(String, TContext)

特定の機能が有効になっているかどうかを確認します。

(継承元 IFeatureManager)
IsEnabledAsync<TContext>(String, TContext, CancellationToken)

特定の機能フラグが有効になっているかどうかを確認します。

(継承元 IFeatureManager)

適用対象