Share via


IAsyncController 接口

定义

定义异步控制器所需的方法。

public interface IAsyncController : System.Web.Mvc.IController
type IAsyncController = interface
    interface IController
Public Interface IAsyncController
Implements IController
派生
实现

方法

BeginExecute(RequestContext, AsyncCallback, Object)

执行指定的请求上下文。

EndExecute(IAsyncResult)

结束异步操作。

Execute(RequestContext)

执行指定的请求上下文。

(继承自 IController)

适用于