IValueTaskSource.GetResult(Int16) Method

Definition

Gets the result of the IValueTaskSource.

public:
 void GetResult(short token);
public void GetResult (short token);
abstract member GetResult : int16 -> unit
Public Sub GetResult (token As Short)

Parameters

token
Int16

An opaque value that was provided to the ValueTask constructor.

Applies to