IAsyncActionInvoker Interface
Defines the interface for an action invoker, which is used to invoke an asynchronous action in response to an HTTP request.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | BeginInvokeAction(ControllerContext, String, AsyncCallback, Object) | Invokes the specified action. |
![]() | EndInvokeAction(IAsyncResult) | Cancels the asynchronous action. |
![]() | InvokeAction(ControllerContext, String) | Invokes the specified action by using the specified controller context.(Inherited from IActionInvoker.) |
Show:
