Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 2.43 KB

backgroundtransfercompletiongrouptriggerdetails.md

File metadata and controls

25 lines (17 loc) · 2.43 KB
-api-id -api-type
T:Windows.Networking.BackgroundTransfer.BackgroundTransferCompletionGroupTriggerDetails
winrt class

Windows.Networking.BackgroundTransfer.BackgroundTransferCompletionGroupTriggerDetails

-description

Contains information about a BackgroundTransferCompletionGroup that can be only accessed from the Run method on the IBackgroundTask.

-remarks

The BackgroundTransferCompletionGroup class allows an app to register to receive immediate notification after background transfer operations are complete even if the app is not in the foreground. The app registers a background task to receive notification that occurs if the background transfers completed successfully or if an error occurred. This allows the app to be immediately notified at the time of completion, instead of requiring that the app wait until the next time the app is restarted or moved to the foreground to query for completions.

The app must implement the IBackgroundTask to run that receives the completion notifications. The IBackgroundTask must be registered using the BackgroundTaskBuilder class. The background task must be declared in the app manifest. The app does not require lock screen access to use a BackgroundTransferCompletionGroup.

A BackgroundTransferCompletionGroupTriggerDetails instance is created when the background task for a BackgroundTransferCompletionGroup has received a notification after background transfer operations are complete.

-examples

-see-also

IBackgroundTask, IBackgroundTask.Run, BackgroundTaskBuilder, BackgroundTransferCompletionGroup