Partager via


IAsyncActionInvoker.BeginInvokeAction Méthode

Définition

Appelle l'action spécifiée.

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

Paramètres

controllerContext
ControllerContext

Contexte du contrôleur.

actionName
String

Nom de l'action asynchrone.

callback
AsyncCallback

Méthode de rappel.

state
Object

État.

Retours

État du résultat asynchrone.

S’applique à