共用方式為


WorkflowUpdateableControlClient.UpdateAsync 方法

定義

開始非同步更新作業。

多載

UpdateAsync(Guid, WorkflowIdentity)

開始非同步更新作業。

UpdateAsync(Guid, WorkflowIdentity, Object)

開始非同步更新作業。

UpdateAsync(Guid, WorkflowIdentity)

開始非同步更新作業。

public:
 void UpdateAsync(Guid instanceId, System::Activities::WorkflowIdentity ^ updatedDefinitionIdentity);
public void UpdateAsync (Guid instanceId, System.Activities.WorkflowIdentity updatedDefinitionIdentity);
member this.UpdateAsync : Guid * System.Activities.WorkflowIdentity -> unit
Public Sub UpdateAsync (instanceId As Guid, updatedDefinitionIdentity As WorkflowIdentity)

參數

instanceId
Guid

要更新的工作流程執行個體。

updatedDefinitionIdentity
WorkflowIdentity

更新的工作流程識別。

適用於

UpdateAsync(Guid, WorkflowIdentity, Object)

開始非同步更新作業。

public:
 void UpdateAsync(Guid instanceId, System::Activities::WorkflowIdentity ^ updatedDefinitionIdentity, System::Object ^ userState);
public void UpdateAsync (Guid instanceId, System.Activities.WorkflowIdentity updatedDefinitionIdentity, object userState);
member this.UpdateAsync : Guid * System.Activities.WorkflowIdentity * obj -> unit
Public Sub UpdateAsync (instanceId As Guid, updatedDefinitionIdentity As WorkflowIdentity, userState As Object)

參數

instanceId
Guid

要更新的工作流程執行個體。

updatedDefinitionIdentity
WorkflowIdentity

更新的工作流程識別。

userState
Object

使用者定義的物件,包含與非同步更新作業相關聯的狀態資訊。

適用於