共用方式為


IContextualOptions<TOptions,TContext> 介面

定義

用來擷取所設定的 TOptions 執行個體。

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

類型參數

TOptions

要求的選項類型。

TContext

定義此要求內容的型別。

衍生

方法

GetAsync(TContext, CancellationToken)

取得已設定 TOptions 的實例。

適用於