ApplicationDeployment.UpdateAsyncCancel 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 an asynchronous update initiated by UpdateAsync().
public:
void UpdateAsyncCancel();
public void UpdateAsyncCancel ();
member this.UpdateAsyncCancel : unit -> unit
Public Sub UpdateAsyncCancel ()
Remarks
UpdateAsyncCancel only cancels an update initiated by a call to UpdateAsync; it does not cancel an update started as part of a subscription.