WorkflowControlClient.EndUnsuspend(IAsyncResult) 메서드

정의

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

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

매개 변수

result
IAsyncResult

BeginUnsuspend(Guid, AsyncCallback, Object) 메서드 호출에서 반환된 비동기 결과입니다.

적용 대상