Share via


Page.AsyncPageEndProcessRequest(IAsyncResult) 메서드

정의

비동기 페이지 요청 처리를 종료합니다.

protected:
 void AsyncPageEndProcessRequest(IAsyncResult ^ result);
protected void AsyncPageEndProcessRequest (IAsyncResult result);
member this.AsyncPageEndProcessRequest : IAsyncResult -> unit
Protected Sub AsyncPageEndProcessRequest (result As IAsyncResult)

매개 변수

result
IAsyncResult

보류 중인 비동기 요청을 참조하는 IAsyncResult입니다.

적용 대상