다음을 통해 공유


WorkflowUpdateableControlClient.UnsuspendAsync 메서드

정의

비동기 일시 중단 해제 작업을 시작합니다.

오버로드

UnsuspendAsync(Guid)

비동기 일시 중단 해제 작업을 시작합니다.

UnsuspendAsync(Guid, Object)

비동기 일시 중단 해제 작업을 시작합니다.

UnsuspendAsync(Guid)

비동기 일시 중단 해제 작업을 시작합니다.

public:
 void UnsuspendAsync(Guid instanceId);
public void UnsuspendAsync (Guid instanceId);
member this.UnsuspendAsync : Guid -> unit
Public Sub UnsuspendAsync (instanceId As Guid)

매개 변수

instanceId
Guid

일시 중단을 해제할 워크플로 인스턴스입니다.

적용 대상

UnsuspendAsync(Guid, Object)

비동기 일시 중단 해제 작업을 시작합니다.

public:
 void UnsuspendAsync(Guid instanceId, System::Object ^ userState);
public void UnsuspendAsync (Guid instanceId, object userState);
member this.UnsuspendAsync : Guid * obj -> unit
Public Sub UnsuspendAsync (instanceId As Guid, userState As Object)

매개 변수

instanceId
Guid

일시 중단을 해제할 워크플로 인스턴스입니다.

userState
Object

비동기 일시 중단 해제 작업과 관련된 상태 정보가 들어 있는 사용자 정의 개체입니다.

적용 대상