AsyncController.BeginExecute Method
Visual Studio 2010
Called by ASP.NET to initialize asynchronous request processing.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
protected virtual IAsyncResult BeginExecute( RequestContext requestContext, AsyncCallback callback, Object state )
Parameters
- requestContext
- Type: System.Web.Routing.RequestContext
The request context.
- callback
- Type: System.AsyncCallback
The asynchronous callback method.
- state
- Type: System.Object
The state object.
Community Additions
ADD
Show: