How to customize a Periodic Task on Windows Phone?

windows-phone-7, windows-phone-8

Solution

That is not possible. Every 30min is the lowest interval.

Problem

I need to use a customized Periodic Task in Windows Phone 8. I have read from the below link that it runs every 30 minutes. http://msdn.microsoft.com/en-us/library/windowsphone/develop/hh202942(v=vs.105).aspx So, I am looking for an option to customize this time. Say, I want to run the Periodic Task every 15 Seconds or 20 Seconds. Is this possible?

Original source