ValueTask<TResult>.GetAwaiter Metoda

Definice

Vytvoří pro tuto hodnotu operátor awaiter.

public:
 System::Runtime::CompilerServices::ValueTaskAwaiter<TResult> GetAwaiter();
public System.Runtime.CompilerServices.ValueTaskAwaiter<TResult> GetAwaiter ();
member this.GetAwaiter : unit -> System.Runtime.CompilerServices.ValueTaskAwaiter<'Result>
Public Function GetAwaiter () As ValueTaskAwaiter(Of TResult)

Návraty

Vyčkávač.

Platí pro