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

一个包含与异步更新操作关联的状态信息的用户对象。

适用于