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 결과입니다.

적용 대상