Sdílet prostřednictvím


ConfiguredCancelableAsyncEnumerable<T>.ConfigureAwait(Boolean) Metoda

Definice

Konfiguruje, jak se budou provádět čekající úlohy vrácené z asynchronní iterace.

public:
 System::Runtime::CompilerServices::ConfiguredCancelableAsyncEnumerable<T> ConfigureAwait(bool continueOnCapturedContext);
public System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable<T> ConfigureAwait (bool continueOnCapturedContext);
member this.ConfigureAwait : bool -> System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable<'T>
Public Function ConfigureAwait (continueOnCapturedContext As Boolean) As ConfiguredCancelableAsyncEnumerable(Of T)

Parametry

continueOnCapturedContext
Boolean

Zda se má zachytit a zařadit zpět do aktuálního kontextu.

Návraty

Nakonfigurovaný výčet.

Poznámky

Tím se nahradí jakákoli předchozí hodnota nastavená ConfigureAwait(Boolean) pro tuto iteraci.

Platí pro