The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
HttpApplication.IHttpAsyncHandler.EndProcessRequest Method (IAsyncResult)
.NET Framework (current version)
Provides an asynchronous process End method when the process finishes.
Assembly: System.Web (in System.Web.dll)
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
Available since 1.1
Show: