IAsyncController.BeginExecute Method (RequestContext, AsyncCallback, Object)
Executes the specified request context.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
abstract BeginExecute :
requestContext:RequestContext *
callback:AsyncCallback *
state:Object -> IAsyncResult
Parameters
- requestContext
-
Type:
System.Web.Routing.RequestContext
The request context.
- callback
-
Type:
System.AsyncCallback
The asynchronous callback method.
- state
-
Type:
System.Object
The state.
Show: