Method StartBackgroundExecutionAsync
- Namespace
- MVVrus.AspNetCore.ActiveSession
- Assembly
- MVVrus.AspNetCore.ActiveSession.dll
StartBackgroundExecutionAsync()
Protected virtual.
protected virtual Task StartBackgroundExecutionAsync()
Returns
Remarks
This default implementation is a stub. It just starts the a background execution
synchronously and returns a completed task. This method should be overriden in descendent classes,
that supports real asynchronous start of a background execution.