Partager via


IAsyncActionInvoker Interface

Définition

Définit l'interface d'un demandeur d'action, qui permet d'appeler une action asynchrone en réponse à une requête HTTP.

public interface IAsyncActionInvoker : System.Web.Mvc.IActionInvoker
type IAsyncActionInvoker = interface
    interface IActionInvoker
Public Interface IAsyncActionInvoker
Implements IActionInvoker
Dérivé
Implémente

Méthodes

BeginInvokeAction(ControllerContext, String, AsyncCallback, Object)

Appelle l'action spécifiée.

EndInvokeAction(IAsyncResult)

Annule l'action asynchrone.

InvokeAction(ControllerContext, String)

Appelle l'action spécifiée à l'aide du contexte du contrôleur spécifié.

(Hérité de IActionInvoker)

S’applique à