Table of Contents

Method CheckDisposed

Namespace
MVVrus.AspNetCore.ActiveSession
Assembly
MVVrus.AspNetCore.ActiveSession.dll

CheckDisposed()

Protected. Checks that the instance is not disposed. Throws ObjectDisposedException otherwise.

protected void CheckDisposed()

Remarks

This method is intended to be used by descendent classes to avoid operations in a disposed state.

Exceptions

ObjectDisposedException