Table of Contents

Method DisposeAsync

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

DisposeAsync()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously. This method is a part of implementation of IAsyncDisposable interface.

public ValueTask DisposeAsync()

Returns

ValueTask

A ValueTask that presents asynchronous process of disposing the runner or a completed ValueTask if the process has been already completed.