BackgroundTaskRegistration.Unregister(Boolean) Method

Definition

Cancels the registration of a registered background task.

public:
 virtual void Unregister(bool cancelTask) = Unregister;
void Unregister(bool const& cancelTask);
public void Unregister(bool cancelTask);
function unregister(cancelTask)
Public Sub Unregister (cancelTask As Boolean)

Parameters

cancelTask
Boolean

bool

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

Implements

M:Windows.ApplicationModel.Background.IBackgroundTaskRegistration.Unregister(System.Boolean) M:Windows.ApplicationModel.Background.IBackgroundTaskRegistration.Unregister(bool)

Applies to