Page::AsyncPageBeginProcessRequest Method (HttpContext^, AsyncCallback^, Object^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Begins processing an asynchronous page request.

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

protected:
IAsyncResult^ AsyncPageBeginProcessRequest(
	HttpContext^ context,
	AsyncCallback^ callback,
	Object^ extraData
)

Parameters

context
Type: System.Web::HttpContext^

The HttpContext for the request.

callback
Type: System::AsyncCallback^

The callback method to notify when the process is complete.

extraData
Type: System::Object^

State data for the asynchronous method.

Return Value

Type: System::IAsyncResult^

An IAsyncResult that references the asynchronous request.

.NET Framework
Available since 2.0
Return to top
Show: