ApplicationDeployment.CheckForUpdateAsyncCancel Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.