winrt async - How to update tile in every seconds using Windows 8 metro style apps -


in windows 8 metro style app, want update tile in every second. possible in winrt apps? please give me solution issue

the rate @ app tiles refreshed determined os , cannot influenced app. background tasks limited running once every 15 minutes , badgeupdater can scheduled every 30 minutes.

see http://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.notifications.periodicupdaterecurrence.aspx more information.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -