IWorkflowInstanceManagement.TransactedUnsuspend(Guid) メソッド

定義

トランザクション内で指定したワークフロー インスタンスを再開します。

public:
 void TransactedUnsuspend(Guid instanceId);
[System.ServiceModel.OperationContract(Name="TransactedUnsuspend")]
[System.ServiceModel.TransactionFlow(System.ServiceModel.TransactionFlowOption.Allowed)]
public void TransactedUnsuspend (Guid instanceId);
[<System.ServiceModel.OperationContract(Name="TransactedUnsuspend")>]
[<System.ServiceModel.TransactionFlow(System.ServiceModel.TransactionFlowOption.Allowed)>]
abstract member TransactedUnsuspend : Guid -> unit
Public Sub TransactedUnsuspend (instanceId As Guid)

パラメーター

instanceId
Guid

再開するワークフロー インスタンスの GUID 識別子。

属性

注釈

中断解除プロセスは一時的に停止したワークフロー インスタンスを再開します。

適用対象