AsyncContextWrapperIsCancellationRequested 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#
public bool IsCancellationRequested { get; }

Property Value

Boolean

Implements

IAsyncContextIsCancellationRequested

See Also