Edit

Share via


ManualResetValueTaskSourceCore<TResult>.GetResult(Int16) Method

Definition

Gets 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

Opaque value that was provided to the ValueTask's constructor.

Returns

TResult

The result of the operation.

Applies to