Using async/await in WinRT async operations

Stephen Toub - MSFT

Several weeks ago, I wrote a post for the Windows 8 app developer blog that was all about using await and AsTask to consume WinRT async operations.  I’ve now published a follow-up post that’s all about exposing .NET tasks as WinRT async operation.  In a sense, you can think about the first post as showing how to convert from WinRT async operations to .NET tasks, and you can think about the second post as showing how to convert from .NET tasks to WinRT async operations.  I hope you find them helpful.

0 comments

Discussion is closed.

Feedback usabilla icon