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

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

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

android - How to create dynamically Fragment pager adapter -