Method DoAbort
- Namespace
- MVVrus.AspNetCore.ActiveSession.StdRunner
- Assembly
- MVVrus.AspNetCore.ActiveSession.dll
DoAbort(string)
Protected, overrides EnumerableRunnerBase.DoAbort method. This method performs and additional work for implementing the Abort(string?) method.
protected override void DoAbort(string TraceIdentifier)
Parameters
TraceIdentifier
stringString that can be used for tracing.
Remarks
This method override first resumes a result fetching task if it is awaiting the background task result and then it calls the base class method.