Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Windows.Devices.Background namespace

Windows Store apps use background tasks to perform long-running syncs with devices and update device settings and firmware. The classes in Windows.Devices.Background are used by device background tasks to get info provided by the app that triggered the task and to report progress back to the app.

Members

The Windows.Devices.Background namespace has these types of members:

Classes

The Windows.Devices.Background namespace has these classes.

ClassDescription
DeviceServicingDetails Used to provide the DeviceInformation.ID, expected duration, and arguments given by the app that triggered the background servicing task.
DeviceUseDetails Used to provide the DeviceInformation.ID and arguments given by the app that triggered the background sync task.

 

Requirements

Minimum supported client

Windows 8.1

Minimum supported server

Windows Server 2012 R2

Namespace

Windows.Devices.Background
Windows::Devices::Background [C++]

Metadata

Windows.winmd

See also

DeviceInformation.ID enumeration

 

 

Show:
© 2014 Microsoft. All rights reserved.