ManualResetValueTaskSourceCore<TResult>.GetResult(Int16) Method

Definition

Returns the result of the operation.

public:
 TResult GetResult(short token);
public TResult GetResult (short token);
member this.GetResult : int16 -> 'Result
Public Function GetResult (token As Short) As TResult

Parameters

token
Int16

An opaque value that was provided to the ValueTask constructor.

Returns

TResult

The result of the operation.

Applies to