Windows RT上的通知

时间:2012-12-14 12:00:33

标签: c# microsoft-metro windows-runtime

我找不到这些信息,当我们的应用在后台运行时,我们会收到通知回调吗?我知道瓷砖会更新,但如果我们能够实时获得回调,我们可以完成我们的工作。

我确定在wp7中这是不可能的,RT RT应用程序中是否有办法?

1 个答案:

答案 0 :(得分:0)

答案是肯定的 - 请参阅MSDN上的Raw notifications sample

另外,请查看MSDN上的Quickstart: Creating and registering a raw notification background task (Windows Store apps using C#/VB/C++ and XAML) (Windows)文章。

更新:对于服务器端实施信息,您可以尝试another great quickstart