Share via


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

更新的工作流程識別。

屬性

適用於