IAsyncActionInvoker.BeginInvokeAction Method

Definition

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.

Applies to