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

1111. appearing after print sequence - php -

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

node.js - Express and Redis - If session exists for this user, don't allow access -