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)

適用於