Method GetProgressAsync
- Namespace
- MVVrus.AspNetCore.ActiveSession
- Assembly
- MVVrus.AspNetCore.ActiveSession.dll
GetProgressAsync(CancellationToken)
Asynchronous counterpart of the GetProgress() method.
ValueTask<RunnerBkgProgress> GetProgressAsync(CancellationToken Token = default)
Parameters
Token
CancellationTokenCan be used for cooperative cancellation of the operation initiated by this method (i.e. cancellation of the result task).
Returns
- ValueTask<RunnerBkgProgress>
A ValueTask<TResult> wrapping a result returned by GetProgress() method (possibly from a remote host)