ApplicationDeployment.UpdateAsyncCancel 方法

定义

取消由 UpdateAsync() 启动的异步更新。Cancels an asynchronous update initiated by UpdateAsync().

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

注解

UpdateAsyncCancel 仅取消通过调用启动的更新 UpdateAsync ; 它不会取消作为订阅的一部分启动的更新。UpdateAsyncCancel only cancels an update initiated by a call to UpdateAsync; it does not cancel an update started as part of a subscription.

适用于