How can I wait a specific amount of time without blocking the UI thread? I\'m looking for await Task.Delay() equivalent in C++/WinRT.
await Task.Delay()
IAsyncActio