System.Web.IHttpAsyncHandler.EndProcessRequest Method

Provides an asynchronous process End method when the process ends.

Syntax

public void EndProcessRequest (IAsyncResult result)

Parameters

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

Remarks

You can use IHttpAsyncHandler.EndProcessRequest(IAsyncResult) to raise any exceptions caught during the asynchronous process.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0