MvcHttpHandler::IHttpAsyncHandler::BeginProcessRequest Method

Called by ASP.NET to begin asynchronous request processing.

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

private:
virtual IAsyncResult^ BeginProcessRequest(
	HttpContext^ context, 
	AsyncCallback^ cb, 
	Object^ extraData
) sealed = IHttpAsyncHandler::BeginProcessRequest

Parameters

context
Type: System.Web::HttpContext
The context.
cb
Type: System::AsyncCallback
The asynchronous callback method.
extraData
Type: System::Object
An object that contains data.

Return Value

Type: System::IAsyncResult
The status of the asynchronous call.

Implements

IHttpAsyncHandler::BeginProcessRequest(HttpContext, AsyncCallback, Object)
Show: