Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 997 Bytes

backgroundtaskcompletedeventhandler.md

File metadata and controls

26 lines (19 loc) · 997 Bytes
-api-id -api-type
T:Windows.ApplicationModel.Background.BackgroundTaskCompletedEventHandler
winrt delegate

Windows.ApplicationModel.Background.BackgroundTaskCompletedEventHandler

-description

Represents a method that handles completion events for a background task.

-parameters

-param sender

The background task.

-param args

Completion information for the task at the time the notification is sent.

-remarks

Completion events are delivered only if the task completed while the application is in the foreground. If the application is suspended and then terminated, completion status is not delivered. If the application is suspended and then resumed, it is guaranteed to receive the completion notification.

-examples

-see-also