Table of Contents

Method DisposeAsyncCore

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

DisposeAsyncCore()

Protected virtual. This method performs a real work of disposing the object instance asynchronously.

protected virtual Task DisposeAsyncCore()

Returns

Task

A task that presents asynchronous process of disposing the runner.

Remarks

Disposes the base class stuff synchronously calling its Dispose(bool) method.