You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the Async request example there is no way to get the actual result from the request, how can I get it? Shouldn't the Response Content be added as a parameter of OnAsyncRequestProcess procedure?
The text was updated successfully, but these errors were encountered:
@soareseneves I think you've confused the behavior of the Async method. Only the request is made async, your code will block and wait for the request to finish, example:
Using the Async request example there is no way to get the actual result from the request, how can I get it? Shouldn't the Response Content be added as a parameter of OnAsyncRequestProcess procedure?
The text was updated successfully, but these errors were encountered: