 | 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)
Syntaxpublic bool IsCancellationPending { get; }
Public ReadOnly Property IsCancellationPending As Boolean
Get
Property Value
Type:
BooleanTrue if the cancellation is pending, otherwise
False
See Also