Page::AsyncPageBeginProcessRequest Method (HttpContext^, AsyncCallback^, Object^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Begins processing an asynchronous page request.
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: