Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 751 Bytes

ibackgroundtaskregistration_unregister_1795204141.md

File metadata and controls

24 lines (16 loc) · 751 Bytes
-api-id -api-type
M:Windows.ApplicationModel.Background.IBackgroundTaskRegistration.Unregister(System.Boolean)
winrt method

Windows.ApplicationModel.Background.IBackgroundTaskRegistration.Unregister

-description

Unregisters a registered background task.

-parameters

-param cancelTask

True if currently running instances of this background task should be canceled. If this parameter is false, currently running instances of this background task should be allowed to finish. Canceled instances receive a Canceled event with a BackgroundTaskCancellationReason of Abort.

-remarks

-examples

-see-also