次の方法で共有


ILoadContextualOptions<TOptions> インターフェイス

定義

コンテキスト オプション プロバイダーの実装から名前付き構成データを取得するために使用します。

generic <typename TOptions>
 where TOptions : classpublic interface class ILoadContextualOptions
public interface ILoadContextualOptions<TOptions> where TOptions : class
type ILoadContextualOptions<'Options (requires 'Options : null)> = interface
Public Interface ILoadContextualOptions(Of TOptions)

型パラメーター

TOptions

構成されたオプションの種類。

メソッド

LoadAsync<TContext>(String, TContext, CancellationToken)

のインスタンス TOptionsを構成するデータを取得します。

適用対象