Controller.IAsyncController.EndExecute(IAsyncResult) 方法

定义

此方法调用 EndExecute 方法。

void IAsyncController.EndExecute (IAsyncResult asyncResult);
abstract member System.Web.Mvc.Async.IAsyncController.EndExecute : IAsyncResult -> unit
override this.System.Web.Mvc.Async.IAsyncController.EndExecute : IAsyncResult -> unit
Sub EndExecute (asyncResult As IAsyncResult) Implements IAsyncController.EndExecute

参数

asyncResult
IAsyncResult

异步操作的结果。

实现

适用于