Table of Contents

Method Terminate

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

Terminate(HttpContext)

Terminate the active session aborting all runners.

Task Terminate(HttpContext Context)

Parameters

Context HttpContext

Returns

Task

The task that completes a cleanup (usally the same as CleanupCompletionTask property contains)

Remarks

Session termination is synchronous but successive cleanup of runners may be asynchronous. To await for completion of this operation use a task returned via CleanupCompletionTask property