ManualResetValueTaskSourceCore<TResult>.GetStatus(Int16) Method

Definition

Gets the status of the operation.

public:
 System::Threading::Tasks::Sources::ValueTaskSourceStatus GetStatus(short token);
public System.Threading.Tasks.Sources.ValueTaskSourceStatus GetStatus (short token);
member this.GetStatus : int16 -> System.Threading.Tasks.Sources.ValueTaskSourceStatus
Public Function GetStatus (token As Short) As ValueTaskSourceStatus

Parameters

token
Int16

An opaque value that was provided to the ValueTask constructor.

Returns

A value that indicates the status of the operation.

Applies to