Posts by Alberto Monteiro • 113 points
1 post
-
1
votes1
answer145
viewsA: Is it possible to call the Executequery method asynchronously?
You can use the resources of TPL, with it you can run any synchronous condigo asynchronously, Follow an example. using System; using System.Collections.Generic; using System.Threading; using…