Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 Windows 8 Metro 风格应用程序中,我想每秒更新磁贴。在 WinRt 应用程序中可能吗?请给我这个问题的解决方案
应用程序磁贴的刷新率由操作系统决定,不受应用程序的影响。后台任务被限制为每 15 分钟运行一次,并且 BadgeUpdater 只能每 30 分钟安排一次。
有关详细信息,请参阅http://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.notifications.periodicupdaterecurrence.aspx。
这可能更接近您的预期。
这是每分钟(不是每秒)的解决方案:
每分钟更新一次磁贴