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) |