Sdílet prostřednictvím


ILoadContextualOptions<TOptions> Rozhraní

Definice

Slouží k načtení pojmenovaných konfiguračních dat z implementace zprostředkovatele kontextových možností.

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)

Parametry typu

TOptions

Typ nakonfigurovaných možností

Metody

LoadAsync<TContext>(String, TContext, CancellationToken)

Získá data pro konfiguraci instance .TOptions

Platí pro