System.Web.DefaultHttpHandler.EndProcessRequest Method

Provides an end method for an asynchronous process.

Syntax

public virtual void EndProcessRequest (IAsyncResult result)

Parameters

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

Remarks

You can use the DefaultHttpHandler.EndProcessRequest(IAsyncResult) method to throw any exceptions that are caught during the asynchronous process.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0