Awaiting Windows Runtime asynchronous operations from C# desktop apps

30 · Raymond Chen · May 19, 2021, 2:22 p.m.
Some time ago, I showed how to use Windows Runtime objects from C# desktop apps. But that solution only went part of the way. It gave you access to the objects, but it didn’t provide a way to await any asynchronous operations. The post Awaiting Windows Runtime asynchronous operations from C# desktop apps appeared first on The Old New Thing....