Per the SnapDevelop documentation, the RetrieveAsync method takes a cancellationtoken parameter to make an operation cancelable (see link below) and throws an exception in the TRY/CATCH block if that if that happens. How is that done in practice though? If a user wants to cancel an operation in the PowerBuilder client calling the rest API, how would that be handled in the code? I'd love to see some example script of how this would typically be done.
Thanks, Tom