Table of Contents

Property CleanupCompletionTask

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

CleanupCompletionTask

Task that performs asynchronous cleanup of this active session (waits for all runners completion etc).

Task CleanupCompletionTask { get; }

Property Value

Task

Remarks

The result of the task is false if cleanup of any runner has been not finished within a timeout, otherwise the result is true If the asynchronous cleanup isn't used, it will be an aready completed task.