Windows.Devices.Background Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enables the ability for device background tasks to get info provided by the app that triggered the task and to report progress back to the app.
Classes
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. |
Remarks
UWP apps use background tasks to perform long-running syncs with devices and update device settings and firmware.