Request is already Async. If you look into the source code in OSS implementation for example, you will see that you can bind OnProcessRequestComplete delegate.
So no need for a while loop… and Async method.
Request is already Async. If you look into the source code in OSS implementation for example, you will see that you can bind OnProcessRequestComplete delegate.
So no need for a while loop… and Async method.