Freigeben über


INamedContextualOptions<TOptions,TContext>.GetAsync Methode

Definition

Ruft die benannte konfigurierte TOptions instance ab.

public:
 System::Threading::Tasks::ValueTask<TOptions> GetAsync(System::String ^ name, TContext& ^ context, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.ValueTask<TOptions> GetAsync (string name, in TContext context, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * 'Context * System.Threading.CancellationToken -> System.Threading.Tasks.ValueTask<'Options (requires 'Options : null)>
Public Function GetAsync (name As String, context As TContext, cancellationToken As CancellationToken) As ValueTask(Of TOptions)

Parameter

name
String

Der Name der abzurufenden Optionen.

context
TContext

Der Kontext, der zum Erstellen der Optionen verwendet wird.

cancellationToken
CancellationToken

Das Token zum Überwachen von Abbruchanforderungen.

Gibt zurück

ValueTask<TOptions>

Eine konfigurierte instance von TOptions.

Gilt für: