ILoadContextualOptions<TOptions> Schnittstelle

Definition

Stellt Funktionen zum Abrufen benannter Konfigurationsdaten aus einer Implementierung von Kontextoptionen bereit.

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

Name Beschreibung
LoadAsync<TContext>(String, TContext, CancellationToken)

Ruft die Daten ab, um eine Instanz von TOptions.

Gilt für: