TXDataWebConnection.SendRequest and Await

Can you use TXDataWebConnection.SendRequest and await? Not having much luck with that or TXDataWebConnection.SendRequestAsync

You should use SendRequestAsync, that's' exactly a version of SendRequest that was created to be used with await.

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.