IAsyncContextIsCancellationRequested Property

Gets whether the cancellation of the current operation has been requested.

Definition

Namespace: KGySoft.Threading
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
bool IsCancellationRequested { get; }

Property Value

Boolean

See Also