MvcHandler.IHttpAsyncHandler.BeginProcessRequest Method (HttpContext, AsyncCallback, Object)

 

Called by ASP.NET to begin asynchronous request processing using the base HTTP context.

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

No code example is currently available or this language may not be supported.

Parameters

context
Type: System.Web.HttpContext

The HTTP context.

cb
Type: System.AsyncCallback

The asynchronous callback method.

extraData
Type: System.Object

The data.

Return Value

Type: System.IAsyncResult

The status of the asynchronous call.

This member is an explicit interface member implementation. It can be used only when the MvcHandler instance is cast to an IHttpAsyncHandler interface.

Return to top
Show: