Missing .NET features in Metro style application?

后端 未结 4 671
谎友^
谎友^ 2021-02-07 05:03

Mostly out of curiosity, I started programming a small \"Metro Style\" project in Visual Studio 2011, the one that was released in Windows Developer Preview. It combines XAML fo

4条回答
  •  无人及你
    2021-02-07 05:22

    There is no Thread.Sleep(), but you can use Task.Delay(milliseconds);

    For those wondering what is it useful for, I say I use it in debug to stress async behaviour.

提交回复
热议问题