WellKnownMemberNames.GetAwaiter Field

Definition

The required name for the GetAwaiter method used to obtain an awaiter for a task (see C# Specification, §7.7.7.1 Awaitable expressions).

public: System::String ^ GetAwaiter;
public const string GetAwaiter;
val mutable GetAwaiter : string
Public Const GetAwaiter As String 

Field Value

Applies to