MvcHttpHandler.IHttpAsyncHandler.BeginProcessRequest Method (HttpContext, AsyncCallback, Object)
Called by ASP.NET to begin asynchronous request processing.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Private Function BeginProcessRequest ( context As HttpContext, cb As AsyncCallback, extraData As Object ) As IAsyncResult Implements 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.
Show: