HttpApplication.IHttpAsyncHandler.EndProcessRequest(IAsyncResult) Method

Definition

Provides an asynchronous process End method when the process finishes.

 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

Parameters

result
IAsyncResult

An IAsyncResult that contains information about the status of the process.

Implements

Remarks

You can use the IHttpAsyncHandler.EndProcessRequest method to raise any exceptions that are caught during the asynchronous process.

Applies to