AsyncContextWrapperCanBeCanceled Property

Gets whether this operation can be canceled.

Definition

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

Property Value

Boolean

Implements

IAsyncContextCanBeCanceled

See Also