다음을 통해 공유


WorkflowControlClient.EndSuspend(IAsyncResult) 메서드

정의

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

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

매개 변수

result
IAsyncResult

BeginSuspend 메서드 호출에서 반환된 비동기 결과입니다.

적용 대상