Question
C# API Asynchronous calls
I'm beginning to assess the doc services api, and find that the long running (several seconds) api calls block my app. This is because they are synchronous function calls rather than being asynchronous. Do you have a solution to this?
Thanks, Simon
