TaskConfigCancellationToken Property

Gets or sets the cancellation token for this operation.

Definition

Namespace: KGySoft.Threading
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public CancellationToken CancellationToken { get; set; }

Property Value

CancellationToken

See Also