Page.AsyncPageBeginProcessRequest Method
.NET Framework 3.0
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Begins processing an asynchronous page request.
Namespace: System.Web.UIAssembly: System.Web (in system.web.dll)
protected:
IAsyncResult^ AsyncPageBeginProcessRequest (
HttpContext^ context,
AsyncCallback^ callback,
Object^ extraData
)
protected IAsyncResult AsyncPageBeginProcessRequest ( HttpContext context, AsyncCallback callback, Object extraData )
protected function AsyncPageBeginProcessRequest ( context : HttpContext, callback : AsyncCallback, extraData : Object ) : IAsyncResult
Not applicable.
Parameters
- context
The HttpContext for the request.
- callback
The callback method to notify when the process is complete.
- extraData
State data for the asynchronous method.
Return Value
An IAsyncResult that references the asynchronous request.Community Additions
ADD
Show: