Table of Contents

Method AbortAsync

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

AbortAsync(string?, CancellationToken)

Asynchronous counterpart of the Abort(string?) method.

Task AbortAsync(string? TraceIdentifier = null, CancellationToken Token = default)

Parameters

TraceIdentifier string
String that can be used for tracing.
Token CancellationToken

Can be used for cooperative cancellation of the operation initiated by this method (i.e. cancellation of the result task).

Returns

Task

A task representing an asynchronous call of the Abort(string?) method (possibly on a remote host).