Method PreDispose
- Namespace
- MVVrus.AspNetCore.ActiveSession
- Assembly
- MVVrus.AspNetCore.ActiveSession.dll
PreDispose()
Protected, overrides RunnerBase.PreDispose(). Performs preliminary tasks before beginning of disposing any members of any descendent class.
protected override void PreDispose()
Remarks
This method override terminates (via throwing an ObjectDisposedException) a task presenting a result of an async GetRequiredAsync call if such task exists. Effectively it forces termination of a pending call of the GetRequiredAsync method with the aforementioned exception.