IAsyncActionInvoker.BeginInvokeAction Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.