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)
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
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: