0

I am working on app in Window Phone.In this app i am using background agent for running background task.Further more i want that this background agent should start at 9 A.M. and should over at 6 P.M. daily automatically. How can i do it?

4

1 回答 1

0

你不能在不打开的情况下停止后台代理。

但是您可以在后台代理的 Oninvoke 方法中做一件事,在执行功能之前检查时间。就像如果您想显示来自后台代理的 toast 通知,请检查当前时间是否在 9A.M 和 6P.M 之间,如果满足此条件,则仅显示 toast,否则不做任何事情。

于 2012-12-26T08:50:02.503 回答