Table of Contents

Method StartBackgroundExecutionAsync

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

StartBackgroundExecutionAsync()

Protected virtual. This method intended to start the background execution asynchronously.

protected virtual Task StartBackgroundExecutionAsync()

Returns

Task

A Task representing the asynchronous starting process and its outcome.

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.