MvcHttpHandler.IHttpAsyncHandler.BeginProcessRequest Method
Visual Studio 2010
Called by ASP.NET to begin asynchronous request processing.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration 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.
Implements
IHttpAsyncHandler.BeginProcessRequest(HttpContext, AsyncCallback, Object)Community Additions
ADD
Show: