Freigeben über


IContextualOptions<TOptions,TContext> Schnittstelle

Definition

Wird zum Abrufen konfigurierter TOptions-Instanzen verwendet.

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)

Typparameter

TOptions

Der Typ der angeforderten Optionen.

TContext

Ein Typ, der den Kontext für diese Anforderung definiert.

Abgeleitet

Methoden

GetAsync(TContext, CancellationToken)

Ruft die konfigurierte TOptions instance ab.

Gilt für: