次の方法で共有


INamedContextualOptions<TOptions,TContext> インターフェイス

定義

名前付き構成済 TOptions みインスタンスを取得するために使用されます。

generic <typename TOptions, typename TContext>
 where TOptions : class where TContext : IOptionsContextpublic interface class INamedContextualOptions : Microsoft::Extensions::Options::Contextual::IContextualOptions<TOptions, TContext>
public interface INamedContextualOptions<TOptions,TContext> : Microsoft.Extensions.Options.Contextual.IContextualOptions<TOptions,TContext> where TOptions : class where TContext : IOptionsContext
type INamedContextualOptions<'Options, 'Context (requires 'Options : null and 'Context :> IOptionsContext)> = interface
    interface IContextualOptions<'Options, 'Context (requires 'Options : null and 'Context :> IOptionsContext)>
Public Interface INamedContextualOptions(Of TOptions, TContext)
Implements IContextualOptions(Of TOptions, TContext)

型パラメーター

TOptions

要求されるオプションの種類。

TContext

この要求のコンテキストを定義する型。

実装

メソッド

GetAsync(String, TContext, CancellationToken)

名前付きの構成済 TOptions みインスタンスを取得します。

GetAsync(TContext, CancellationToken)

構成された TOptions インスタンスを取得します。

(継承元 IContextualOptions<TOptions,TContext>)

適用対象