Controller.IAsyncController.BeginExecute Method
Initializes a new instance of the IAsyncController.BeginExecute(RequestContext, AsyncCallback, Object) class.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
IAsyncResult IAsyncController.BeginExecute( RequestContext requestContext, AsyncCallback callback, Object state )
Parameters
- requestContext
- Type: System.Web.Routing.RequestContext
The request context.
- callback
- Type: System.AsyncCallback
The callback.
- state
- Type: System.Object
The state.
Implements
IAsyncController.BeginExecute(RequestContext, AsyncCallback, Object)
Show: