IAsyncController Interface
Defines the methods that are required for an asynchronous controller.
Namespace: System.Web.Mvc.Async
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
The IAsyncController type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | BeginExecute | Executes the specified request context. |
![]() | EndExecute | Ends the asynchronous operation. |
![]() | Execute | Executes the specified request context. (Inherited from IController.) |
Show:
.gif?cs-save-lang=1&cs-lang=cpp)