Method DoAbort
- Namespace
- MVVrus.AspNetCore.ActiveSession
- Assembly
- MVVrus.AspNetCore.ActiveSession.dll
DoAbort(string)
Protected, overrides RunnerBase.DoAbort(string). This method performs and additional work for implementing the Abort(string?) method.
protected override void DoAbort(string TraceIdentifier)
Parameters
TraceIdentifierstringString that can be used for tracing.
Remarks
This method override tries to stop an execution a result fetching task via simulating completion of a background task.