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 商店应用程序的信息时,我在 MSDN 上发现:
通过后台任务支持您的应用
CPU使用限制如下:
如果应用不在锁屏上:CPU 使用配额(1 秒)和 刷新时间(2 小时)
如果App在锁屏:CPU使用配额(2小时)& 刷新时间(15分钟)
这是否意味着我不能每 (10) 分钟运行一次后台任务?只有我会受到最少 (15) 分钟的限制?
这是正确的。请参阅TimeTrigger 类文档...
注意 如果 FreshnessTime 设置为小于 15 分钟,则在尝试注册后台任务时会引发异常。
后台任务简介白皮书中对此进行了详细讨论。