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 实例。

适用于