Click or drag to resize
AsyncCancellationTokenSourceIsCancellationRequested Property
True if cancellation is requested. Otherwise false.

Namespace: PatchKit.Async
Assembly: PatchKit.Async (in PatchKit.Async.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool IsCancellationRequested { get; }

Property Value

Type: Boolean
See Also