Share via


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)

适用于