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) |
取得已設定 |