次の方法で共有


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。

属性

適用対象