Click or drag to resize

ShutdownServiceShutdownToken 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.Gui.Workbench
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public CancellationToken ShutdownToken { get; }

Property Value

CancellationToken

Implements

IShutdownServiceShutdownToken
Remarks
This property is thread-safe.
See Also