WellKnownMemberNames.GetResult Field

Definition

The required name for the GetResult method used to obtain the outcome of a task once it is complete (see C# Specification, §7.7.7.1 Awaitable expressions).

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

Field Value

Applies to