ApplicationDeployment.UpdateAsyncCancel Method

Definition

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.

Applies to

See also