IAsyncController Interface
Defines the methods that are required for an asynchronous controller.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | BeginExecute(RequestContext, AsyncCallback, Object) | Executes the specified request context. |
![]() | EndExecute(IAsyncResult) | Ends the asynchronous operation. |
![]() | Execute(RequestContext) | Executes the specified request context.(Inherited from IController.) |
Show:
