ValueTaskAwaiter<TResult>.GetResult Method

Definition

Gets the result of the ValueTask.

public:
 TResult GetResult();
public TResult GetResult ();
member this.GetResult : unit -> 'Result
Public Function GetResult () As TResult

Returns

TResult

The result of the completed task.

Applies to