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입니다.

적용 대상