ConfiguredValueTaskAwaitable<TResult>.ConfiguredValueTaskAwaiter.GetResult Method

Definition

Gets the result of the ValueTask<TResult>.

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

Returns

TResult

The result of the ValueTask<TResult>.

Applies to