Method PreDispose
- Namespace
- MVVrus.AspNetCore.ActiveSession.StdRunner
- Assembly
- MVVrus.AspNetCore.ActiveSession.dll
PreDispose()
Protected, overrides EnumerableRunnerBase.PreDispose. Performs preliminary tasks before beginning of disposing any members of any descendent class.
protected override void PreDispose()
Remarks
This override first calls its base method. Then it resumes the fetch task used by the implementation of GetRequiredAsync method, if such a task is awaiting continuation, so the task terminates itself due to ObjectDisposedException thrown (the exception usually not being revealed to a caller).