IAsyncActionInvoker.BeginInvokeAction Method
Visual Studio 2010
Invokes the specified action.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Function BeginInvokeAction ( _ controllerContext As ControllerContext, _ actionName As String, _ callback As AsyncCallback, _ state As Object _ ) As 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.
Community Additions
ADD
Show: