I m developing wp7 Mango application. I run PeriodicTask
and want to notify user according to some conditions. I m using ShellToast
for notification. But to my mind its isn t enough for my purpose. First of all ShellToast
disappears after some time and user can easy miss this notification. Secondary that doesn t work when application runs. And minor issue - notification s sound is very quiet.
<代码>Reminder对我更合适。 它很响亮,在用户关闭之前就消失了。 但是,从背景看,不可能建立<代码>Reminder,因此,我就地边建立了<代码>Reminder,并建立了<代码>。 Begintime = 日期.MaxValue。 关于背景,我仅使用<条码>附后的行动服务.Find(“ReminderName”),用于提取<条码>>Reminder和更改<条码>Begintime property to Datetime>。 现在
。 不幸的是,没有成功。
没有人想到如何通过<代码>PeriodicTask升入<>。