Method Dispose
- Namespace
- MVVrus.AspNetCore.ActiveSession
- Assembly
- MVVrus.AspNetCore.ActiveSession.dll
Dispose(bool)
Protected, overrides RunnerBase.Dispose(bool), sealed.
protected override sealed void Dispose(bool Disposing)
Parameters
Disposing
boolFlag that the metod is called from Dispose().
Remarks
Disposing
is uses according to disposing pattern to distinguish calls
from Dispose() methhod from calls from a finalizer.