MvcHttpHandler.BeginProcessRequest Method (HttpContextBase, AsyncCallback, Object)

Called by ASP.NET to begin asynchronous request processing.

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

Syntax

'Declaration
Protected Friend Overridable Function BeginProcessRequest ( _
    httpContext As HttpContextBase, _
    callback As AsyncCallback, _
    state As Object _
) As IAsyncResult
protected internal virtual IAsyncResult BeginProcessRequest(
    HttpContextBase httpContext,
    AsyncCallback callback,
    Object state
)
protected public:
virtual IAsyncResult^ BeginProcessRequest(
    HttpContextBase^ httpContext, 
    AsyncCallback^ callback, 
    Object^ state
)

Parameters

Return Value

Type: System.IAsyncResult
The status of the asynchronous call.

Remarks

For more information about the differences between this method and the one in MvcHandler, see the "Remarks" sections of the MvcHttpHandler class overview.

See Also

Reference

MvcHttpHandler Class

BeginProcessRequest Overload

System.Web.Mvc Namespace