Click here to Skip to main content
15,888,111 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I am working on an window 8 app where I have to create some tasks in the exchange server. I am able to implement this logic through my azure services. the tasks contains a reminder field to set reminders.

I want to implement the feature of showing notifications of reminder to the user in my app. But the problem is that when I have implemented the SchedulerAgent in it it runs after every 15 mins duration. So in many cases the reminders don't fell in the condition and not able to get the reminders notification.

So I am trying to send some push notifications after every 1 minute to my app. So that it just makes the background scheduler work and show the reminders if they are available from my local db.

How can I implement the task to run a timer like thing that could probably push notifications after every minute to my app regularly so that I never miss out a reminder notification.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900