IAsyncController Interface

Definition

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)

Applies to