Search code examples
.netwindows-phone-8windows-phonebackground-agents

How Can I Reduce The Default Time of The Scheduled Interval of the Background Agent in Windows Phone 8?


I have an issue with the periodic task of the background agent in windows phone 8.

I want to reduce the default Time(30 Mins) of the Scheduled Interval.

How can i make that ?!!

Thanks in Advance.


Solution

  • You can not. The OS will run the task whenever it'll think it's runnable ( e.g. Not in power saver ). Even you can not be sure it'll runn at all.