IHttpAsyncHandler::EndProcessRequest Method (IAsyncResult^)

 

Provides an asynchronous process End method when the process ends.

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

void EndProcessRequest(
	IAsyncResult^ result
)

Parameters

result
Type: System::IAsyncResult^

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

You can use EndProcessRequest to raise any exceptions caught during the asynchronous process.

.NET Framework
Available since 1.1
Return to top
Show: