IAsyncController Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the methods that are required for an asynchronous controller.
public interface IAsyncController : System.Web.Mvc.IController
type IAsyncController = interface
interface IController
Public Interface IAsyncController
Implements IController
- Derived
- Implements
Methods
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) |