Table of Contents

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 CancellationToken

Can 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)