IValueTaskSource.GetResult(Int16) 方法
定义
获取 IValueTaskSource 的结果。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)
参数
- token
- Int16
一个曾提供给 ValueTask 构造函数的不透明值。An opaque value that was provided to the ValueTask constructor.