System.Web.UI.Page.AsyncPageBeginProcessRequest Method

Begins processing an asynchronous page request.

Syntax

protected IAsyncResult AsyncPageBeginProcessRequest (System.Web.HttpContext context, AsyncCallback callback, object extraData)

Parameters

context
The System.Web.HttpContext for the request.
callback
The callback method to notify when the process is complete.
extraData
State data for the asynchronous method.

Returns

An IAsyncResult that references the asynchronous request.

Remarks

Documentation for this section has not yet been entered.

Requirements

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