Skip to content

ResponseCompletionSource<TResult>.GetResult(short)

GetResult(short)

View source
public TResult GetResult(short token)
Gets the result of the System.Threading.Tasks.Sources.IValueTaskSource.

Parameters

tokenshort
An opaque value that was provided to the System.Threading.Tasks.ValueTask constructor.

Returns

The result of the System.Threading.Tasks.Sources.IValueTaskSource.