次の方法で共有


WorkflowUpdateableControlClient.Update(Guid, WorkflowIdentity) メソッド

定義

指定されたワークフロー インスタンスを更新します。

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

パラメーター

instanceId
Guid

更新するワークフロー インスタンス。

updatedDefinitionIdentity
WorkflowIdentity

更新されたワークフロー ID。

適用対象