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)

public interface IAsyncController : IController

NameDescription
System_CAPS_pubmethodBeginExecute(RequestContext, AsyncCallback, Object)

Executes the specified request context.

System_CAPS_pubmethodEndExecute(IAsyncResult)

Ends the asynchronous operation.

System_CAPS_pubmethodExecute(RequestContext)

Executes the specified request context.(Inherited from IController.)

Return to top
Show: