Table of Contents

Method StartBackgroundExecution

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

StartBackgroundExecution()

Protected, overrides RunnerBase.StartBackgroundExecution abstract method. This method is used to start background execution synchronously.

protected override void StartBackgroundExecution()

Remarks

Creates an asynchronous enumerator for the source async-enumerable and starts background process of its asynchronous enumeration via a chain of enumeration steps using its MoveNextAsync method.