procedure ThrowIfCancellationRequested;
Description
Checks if a cancellation request has been issued. If there was a cancellation request, an appropriate exception is generated.
Note: To issue a cancellation request you use the Cancel method.
See Also