Table of Contents

Method StartBackgroundExecution

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

StartBackgroundExecution()

Protected, overrides StartBackgroundExecution() This method is used to start background execution synchronously.

protected override void StartBackgroundExecution()

Remarks

This override creates a background task using a delegate, passed to a constructor. Then it starts the task, if it's not started.