IAsyncActionInvoker.BeginInvokeAction Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invokes the specified action.
public IAsyncResult BeginInvokeAction (System.Web.Mvc.ControllerContext controllerContext, string actionName, AsyncCallback callback, object state);
abstract member BeginInvokeAction : System.Web.Mvc.ControllerContext * string * AsyncCallback * obj -> IAsyncResult
Public Function BeginInvokeAction (controllerContext As ControllerContext, actionName As String, callback As AsyncCallback, state As Object) As IAsyncResult
Parameters
- controllerContext
- ControllerContext
The controller context.
- actionName
- String
The name of the asynchronous action.
- callback
- AsyncCallback
The callback method.
- state
- Object
The state.
Returns
The status of the asynchronous result.