xaml - UWP Background task timers -


i working on app needs timer fire @ specified time in background. want start timer ticks every 10 minutes or till specified time. in not want user have open app. best way achieve this? have looked around , haven't found good, straight forward, answer.

thanks!

i want start timer ticks every 10 minutes or till specified time.

windows has built-in timer runs background tasks in 15-minute intervals. can create timer trigger start background process in specific interval.

for details, please check document run background task on timer.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -