Dear Sir/Madam,
Is it possible to use
await Task.Run(()=>{EasyUAClient.XXXXX;}); together with an async method
or will this potentially cause a deadlock?
BR,
Carsten Voort
Is it possible to use
await Task.Run(()=>{EasyUAClient.XXXXX;}); together with an async method
or will this potentially cause a deadlock?
BR,
Carsten Voort