ValueTask.ConfigureAwait(Boolean) Methode

Definitie

Hiermee configureert u een wachter voor deze waarde.

public:
 System::Runtime::CompilerServices::ConfiguredValueTaskAwaitable ConfigureAwait(bool continueOnCapturedContext);
public System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable ConfigureAwait(bool continueOnCapturedContext);
member this.ConfigureAwait : bool -> System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable
Public Function ConfigureAwait (continueOnCapturedContext As Boolean) As ConfiguredValueTaskAwaitable

Parameters

continueOnCapturedContext
Boolean

true om te proberen de voortzetting terug te zetten naar de vastgelegde context; anders, false.

Retouren

De geconfigureerde wachter.

Van toepassing op