Teilen über


ILoadContextualOptions<TOptions> Schnittstelle

Definition

Wird verwendet, um benannte Konfigurationsdaten aus einer Implementierung eines Kontextoptionenanbieters abzurufen.

generic <typename TOptions>
 where TOptions : classpublic interface class ILoadContextualOptions
public interface ILoadContextualOptions<TOptions> where TOptions : class
type ILoadContextualOptions<'Options (requires 'Options : null)> = interface
Public Interface ILoadContextualOptions(Of TOptions)

Typparameter

TOptions

Der Typ der konfigurierten Optionen.

Methoden

LoadAsync<TContext>(String, TContext, CancellationToken)

Ruft die Daten ab, um eine instance von TOptionszu konfigurieren.

Gilt für: