Freigeben über


IAsyncActionInvoker.BeginInvokeAction Methode

Definition

Ruft die angegebene Aktion auf.

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

Parameter

controllerContext
ControllerContext

Der Controllerkontext.

actionName
String

Der Name der asynchronen Aktion.

callback
AsyncCallback

Die Rückrufmethode.

state
Object

Das Land/die Region.

Gibt zurück

Der Status des asynchronen Ergebnisses.

Gilt für: