Click or drag to resize

DummyProgressReporterCancellationTokenHard 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.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public CancellationToken CancellationTokenHard { get; }

Property Value

CancellationToken

Implements

IProgressReporterCancellationTokenHard
See Also