Table of Contents

Method GetStatusAsync

Namespace
MVVrus.AspNetCore.ActiveSession
Assembly
MVVrus.AspNetCore.ActiveSession.dll

GetStatusAsync(CancellationToken)

Asynchronous counterpart of the Status property.

ValueTask<RunnerStatus> GetStatusAsync(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<RunnerStatus>

A ValueTask<TResult> wrapping a value of the Status property (possibly from a remote host)