IAsyncActionInvoker.BeginInvokeAction Method (ControllerContext, String, AsyncCallback, Object)
Invokes the specified action.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
abstract BeginInvokeAction : controllerContext:ControllerContext * actionName:string * callback:AsyncCallback * state:Object -> IAsyncResult
Parameters
- controllerContext
-
Type:
System.Web.Mvc.ControllerContext
The controller context.
- actionName
-
Type:
System.String
The name of the asynchronous action.
- callback
-
Type:
System.AsyncCallback
The callback method.
- state
-
Type:
System.Object
The state.
Show: