Table of Contents

Property CompletionToken

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

CompletionToken

The CancellationToken that will be cancelled then the runner execution is completed. It is a part of IRunner interface implementation.

public CancellationToken CompletionToken { get; init; }

Property Value

CancellationToken

Remarks

Used by ActiveSession library infrastructure and possibly by an application.