Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 703 Bytes

backgroundtaskcanceledeventhandler.md

File metadata and controls

25 lines (18 loc) · 703 Bytes
-api-id -api-type
T:Windows.ApplicationModel.Background.BackgroundTaskCanceledEventHandler
winrt delegate

Windows.ApplicationModel.Background.BackgroundTaskCanceledEventHandler

-description

Represents a method that handles the cancellation of a background task.

-parameters

-param sender

The background task instance that was cancelled.

-param reason

The reason the background task instance was cancelled.

-remarks

-examples

-see-also