Method GetIsBackgroundExecutionCompletedAsync
- Namespace
- MVVrus.AspNetCore.ActiveSession
- Assembly
- MVVrus.AspNetCore.ActiveSession.dll
GetIsBackgroundExecutionCompletedAsync(CancellationToken)
Asynchronous counterpart of the IsBackgroundExecutionCompleted property.
ValueTask<bool> GetIsBackgroundExecutionCompletedAsync(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<bool>
A ValueTask<TResult> wrapping a value of the IsBackgroundExecutionCompleted property (possibly from a remote host)