HttpApplication.IHttpAsyncHandler.EndProcessRequest Method (IAsyncResult)

 

Provides an asynchronous process End method when the process finishes.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

Private Sub EndProcessRequest (
	result As IAsyncResult
)
	Implements IHttpAsyncHandler.EndProcessRequest

Parameters

result
Type: System.IAsyncResult

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

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

.NET Framework
Available since 1.1
Return to top
Show: