IAsyncActionInvoker 介面

定義

定義動作啟動程式的介面,用於叫用非同步動作以回應 HTTP 要求。

public interface IAsyncActionInvoker : System.Web.Mvc.IActionInvoker
type IAsyncActionInvoker = interface
    interface IActionInvoker
Public Interface IAsyncActionInvoker
Implements IActionInvoker
衍生
實作

方法

BeginInvokeAction(ControllerContext, String, AsyncCallback, Object)

叫用指定的動作。

EndInvokeAction(IAsyncResult)

取消非同步動作。

InvokeAction(ControllerContext, String)

使用指定的控制器內容,叫用指定的動作。

(繼承來源 IActionInvoker)

適用於