Table of Contents

Method DoAbort

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

DoAbort(string)

Protected virtual. This method performs and additional work for implementing the Abort(string?) method. It is intended to be overriden in descendent classes.

protected virtual void DoAbort(string TraceIdentifier)

Parameters

TraceIdentifier string

String that can be used for tracing.

Remarks

This method in this particular class is semi-abstract, i.e it does nothing.