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)

適用対象