AsyncContextWrapperIsCancellationRequested Property
Gets whether the cancellation of the current operation has been requested.
Namespace: KGySoft.ThreadingAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public bool IsCancellationRequested { get; }
Public ReadOnly Property IsCancellationRequested As Boolean
Get
public:
virtual property bool IsCancellationRequested {
bool get () sealed;
}
abstract IsCancellationRequested : bool with get
override IsCancellationRequested : bool with get
BooleanIAsyncContextIsCancellationRequested