DefaultHttpHandler::EndProcessRequest Method (IAsyncResult^)
.NET Framework (current version)
Provides an end method for an asynchronous process.
Assembly: System.Web (in System.Web.dll)
Parameters
- result
-
Type:
System::IAsyncResult^
An object that contains information about the status of the process.
You can use the EndProcessRequest method to throw any exceptions that are caught during the asynchronous process.
.NET Framework
Available since 2.0
Available since 2.0
Show: