다음을 통해 공유


WorkflowUpdateableControlClient.SuspendAsync 메서드

정의

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

오버로드

SuspendAsync(Guid)

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

SuspendAsync(Guid, Object)

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

SuspendAsync(Guid, String)

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

SuspendAsync(Guid, String, Object)

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

SuspendAsync(Guid)

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

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

매개 변수

instanceId
Guid

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

적용 대상

SuspendAsync(Guid, Object)

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

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

매개 변수

instanceId
Guid

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

userState
Object

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

적용 대상

SuspendAsync(Guid, String)

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

public:
 void SuspendAsync(Guid instanceId, System::String ^ reason);
public void SuspendAsync (Guid instanceId, string reason);
member this.SuspendAsync : Guid * string -> unit
Public Sub SuspendAsync (instanceId As Guid, reason As String)

매개 변수

instanceId
Guid

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

reason
String

워크플로 인스턴스를 일시 중단하는 이유입니다.

적용 대상

SuspendAsync(Guid, String, Object)

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

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

매개 변수

instanceId
Guid

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

reason
String

워크플로 인스턴스를 일시 중단하는 이유입니다.

userState
Object

비동기 실행 작업과 관련된 상태 정보가 들어 있는 사용자 정의 개체입니다.

적용 대상