Method Dispose
- Namespace
- MVVrus.AspNetCore.ActiveSession
- Assembly
- MVVrus.AspNetCore.ActiveSession.dll
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. It is a part of IDisposable interface implementation.
public void Dispose()
Dispose(bool)
Protected virtual.
protected virtual 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.