Click or drag to resize

IProgressReporterCancellationTokenHard Property

Gets the cancellation token (hard). Typical use of the hard cancellation token is to abort some work, with corrupting the result. If the result is not corrupted, then use the .

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

Property Value

CancellationToken
See Also