Click or drag to resize

IShutdownServiceShutdownToken Property

Gets a cancellation token that gets signalled when the application is shutting down. This cancellation token may be used to stop background calculations.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
CancellationToken ShutdownToken { get; }

Property Value

CancellationToken
Remarks
This property is thread-safe.
See Also