Method DisposeAsyncCore
- Namespace
- MVVrus.AspNetCore.ActiveSession
- Assembly
- MVVrus.AspNetCore.ActiveSession.dll
DisposeAsyncCore()
Protected virtual.
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.