Background Tasks in Windows Store Apps

Watch the first few minutes on us! If you'd like to watch the entire video and hundreds more like it, download code samples, access offline videos and skills assessments, and use the discussion forums, log in or purchase a subscription.


Instructor

Jeff Prosise

Description

Windows Store apps that aren't in the foreground are suspended by the operating system, but that doesn't mean they can't execute code in the background. WinRT's background task API allows apps to execute code periodically, execute code in response to certain events such as incoming push notifications or the acquisition of an Internet connection, and more. This session introduces background tasks and show examples of them at work, complete with a live code build of an app that leverages background tasks.

Table of Contents

{{toc.Position}} {{toc.Text}}

Related Links

  • {{link.LinkText}} (requires a paid subscription)

Series

This course is part of the following series: