Windows 8 app developer blog > Being productive in the background – background tasks

JMH

Emeritus, Contributor
Joined
Apr 2, 2012
Posts
7,197
Windows 8 app developer blog > Being productive in the background – background tasks

In my previous post (Being productive in the background), I explained the Windows 8 background model and how your app can be productive even when it’s not on screen in a power efficient manner.
In today’s post, I will talk about background tasks and how your app can run code in the background even when it is suspended.
I will describe two common scenarios with example code that show you how to run your own app code in the background; downloading POP email every 15 minutes with a lock screen capable app and how any app can do work in the background when the device is on AC power.
http://blogs.msdn.com/b/windowsappd...ctive-in-the-background-background-tasks.aspx
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top