Click or drag to resize

AsynchronousOperationContextIsCancellationPending Property

Gets whether cancellation is pending

Namespace:  EBP.Api.Asynchronous
Assembly:  EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
public bool IsCancellationPending { get; }

Property Value

Type: Boolean
True if the cancellation is pending, otherwise False
See Also