ApplicationDeployment.CheckForUpdateAsyncCancel Method

Definition

Cancels the asynchronous update check.

public:
 void CheckForUpdateAsyncCancel();
public void CheckForUpdateAsyncCancel ();
member this.CheckForUpdateAsyncCancel : unit -> unit
Public Sub CheckForUpdateAsyncCancel ()

Remarks

Use this method to cancel an update check initiated with the CheckForUpdateAsync method.

This method will not cancel any background update that may already be in progress, such as an update started as part of a subscription. For more information about subscriptions, see Choosing a ClickOnce Update Strategy.

Applies to