IAsyncActionInvoker 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義動作啟動程式的介面,用於叫用非同步動作以回應 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) |