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

특성

설명

일시 중지되지 않은 프로세스는 일시적으로 중단된 워크플로 인스턴스를 다시 시작합니다.

적용 대상