IContextualOptions<TOptions,TContext> 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于检索已配置的 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) |
获取配置的 |