Edit

Share via


AsyncRequestMessage<T>.GetAwaiter Method

Definition

Gets an awaiter used to await this Task<TResult>.

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

Returns

Applies to