一款简单易用的基础网络通讯组件库。

AsyncExchangeTIValueTaskSourceBooleanGetStatus 方法

Gets the status of the current operation.

Definition

命名空间: TouchSocket.Core
程序集: TouchSocket.Core (在 TouchSocket.Core.dll 中) 版本:4.1.4.7+7f7e1f78093c99347956e09330d5d7aca1d2bdf2
C#
ValueTaskSourceStatus IValueTaskSource<bool>.GetStatus(
	short token
)

参数

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

返回值

ValueTaskSourceStatus
A value that indicates the status of the current operation.

实现

IValueTaskSourceTResultGetStatus(Int16)

参见