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)
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
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.
Implements
IHttpAsyncHandler.BeginProcessRequest(HttpContext, AsyncCallback, Object)
Show: