Table of Contents

Method TrackRunnerCleanup

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

TrackRunnerCleanup(int)

Obtains a task for the runner that tracks the runner's completion and cleanup, completing after the runner has been completed and its object has been disposed (if disposal is required).

Task? TrackRunnerCleanup(int RunnerNumber)

Parameters

RunnerNumber int

An intA key specifying the runner for which the task is obtained.

Returns

Task

The task tracking cleanup of the runner specified by RunnerNumber or null if no such runner exists.