IWorkflowInstanceManagement.EndUnsuspend(IAsyncResult) 메서드

정의

비동기 비구독 작업을 완료합니다.

public:
 void EndUnsuspend(IAsyncResult ^ result);
public void EndUnsuspend(IAsyncResult result);
abstract member EndUnsuspend : IAsyncResult -> unit
Public Sub EndUnsuspend (result As IAsyncResult)

매개 변수

result
IAsyncResult

IAsyncResult 메서드 호출에서 반환되는 메서드입니다BeginUnsuspend(Guid, AsyncCallback, Object).

설명

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

적용 대상