MvcHttpHandler.BeginProcessRequest Method (HttpContext, AsyncCallback, Object)
Called by ASP.NET to begin asynchronous request processing.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
abstract BeginProcessRequest : httpContext:HttpContext * callback:AsyncCallback * state:Object -> IAsyncResult override BeginProcessRequest : httpContext:HttpContext * callback:AsyncCallback * state:Object -> IAsyncResult
Parameters
- httpContext
- Type: System.Web.HttpContext
The HTTP context.
- callback
- Type: System.AsyncCallback
The asynchronous callback method.
- state
- Type: System.Object
The state.
For more information about the differences between this method and the one in MvcHandler, see the "Remarks" sections of the MvcHttpHandler class overview.
Show: