다음을 통해 공유


IWorkflowUpdateableInstanceManagement.TransactedUpdate 메서드

정의

트랜잭션 내에서 지정된 워크플로 인스턴스를 업데이트합니다.

public:
 void TransactedUpdate(Guid instanceId, System::Activities::WorkflowIdentity ^ updatedDefinitionIdentity);
[System.ServiceModel.OperationContract(Name="TransactedUpdate")]
[System.ServiceModel.TransactionFlow(System.ServiceModel.TransactionFlowOption.Allowed)]
public void TransactedUpdate (Guid instanceId, System.Activities.WorkflowIdentity updatedDefinitionIdentity);
[<System.ServiceModel.OperationContract(Name="TransactedUpdate")>]
[<System.ServiceModel.TransactionFlow(System.ServiceModel.TransactionFlowOption.Allowed)>]
abstract member TransactedUpdate : Guid * System.Activities.WorkflowIdentity -> unit
Public Sub TransactedUpdate (instanceId As Guid, updatedDefinitionIdentity As WorkflowIdentity)

매개 변수

instanceId
Guid

종료할 워크플로 인스턴스의 GUID 식별자입니다.

updatedDefinitionIdentity
WorkflowIdentity

업데이트된 워크플로 ID입니다.

특성

적용 대상