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
The ITrace interface does not include any of the async methods. Is this because tracing does not work async or can these async methods be added to the interface?
The text was updated successfully, but these errors were encountered:
Hi, the Async() methods are part of the tracing. The same methods are being invoked with the awaited results from the asynchronous methods. Here is a code for QueryAll, and you can see here that we have awaited such result.
I will consider as a missing piece on the implementation if one would really like to work with asynchronous all the way. You might be interested on sharing your thoughts on this #941.
The ITrace interface does not include any of the async methods. Is this because tracing does not work async or can these async methods be added to the interface?
The text was updated successfully, but these errors were encountered: