다음을 통해 공유


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

특성

설명

일시 중단 해제 프로세스는 일시 중단된 워크플로 인스턴스를 다시 시작합니다.

적용 대상