Table of Contents

CancellationToken Property

Definition

Namespace
Cuemon.Threading
Assemblies
Cuemon.Kernel.dll
Source
src/Cuemon.Kernel/Threading/AsyncOptions.cs

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.