CancellationToken Property
Definition
- Assemblies
- Cuemon.Kernel.dll
CancellationToken
Gets or sets the cancellation token of an asynchronous operations.
public CancellationToken CancellationToken { get; set; }
Property Value
- CancellationToken
The cancellation token of an asynchronous operations.
Remarks
CancellationTokenProvider takes precedence when set, meaning that the getter of this property will invoke said mentioned function delegate.