IAsyncActionInvoker Interface
Defines the interface for an action invoker, which is used to invoke an asynchronous action in response to an HTTP request.
Namespace: System.Web.Mvc.Async
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
The IAsyncActionInvoker type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | BeginInvokeAction | Invokes the specified action. |
![]() | EndInvokeAction | Cancels the asynchronous action. |
![]() | InvokeAction | Invokes the specified action by using the specified controller context. (Inherited from IActionInvoker.) |
Show:
.gif?cs-save-lang=1&cs-lang=vb)