HttpApplication.IHttpAsyncHandler.EndProcessRequest(IAsyncResult) 메서드

정의

처리가 완료될 때 비동기 프로세스 End 메서드를 제공합니다.

 virtual void System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult ^ result) = System::Web::IHttpAsyncHandler::EndProcessRequest;
void IHttpAsyncHandler.EndProcessRequest (IAsyncResult result);
abstract member System.Web.IHttpAsyncHandler.EndProcessRequest : IAsyncResult -> unit
override this.System.Web.IHttpAsyncHandler.EndProcessRequest : IAsyncResult -> unit
Sub EndProcessRequest (result As IAsyncResult) Implements IHttpAsyncHandler.EndProcessRequest

매개 변수

result
IAsyncResult

프로세스 상태에 대한 정보가 들어 있는 IAsyncResult입니다.

구현

설명

이 메서드를 IHttpAsyncHandler.EndProcessRequest 사용하여 비동기 프로세스 중에 catch된 예외를 발생시키는 데 사용할 수 있습니다.

적용 대상