WorkflowUpdateableControlClient.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

비동기 작업의 상태를 나타내는 IAsyncResult 개체입니다.

적용 대상