1

I had a method which runs the timer and displays alert for every 10 minutes. But when I came out of the application it stops the timer and the it does not display any alert.

Would somebody tell me how to run the timer on background which always runs and gives the regular updates even if I'm not using the app.

Is there a way to do that? I read that the windows phone 8 will run tasks on background but I don't find how to work with it,

I saw the Scheduled Agents but I don't understand how to use that for this scenario.

4

2 に答える 2

2

スケジュールされたエージェントは、とにかく30分ごとにのみ実行されます(最良のシナリオでは)。MSDNへのリンクを含むオプションのリストについては、非常によく似た質問に対するJustinの回答を参照してください。

于 2013-01-23T07:17:01.693 に答える
0

「リマインダー」について調べてみました。いつ発射されるかの一貫性が心配な場合は、それが最善の策だと思います。

アラーム/リマインダーに関する MSDN の記事は次のとおりです。

http://msdn.microsoft.com/en-us/library/windowsphone/develop/hh202946(v=vs.105).aspx

于 2013-01-23T15:45:41.047 に答える