Controller.EndExecuteCore(IAsyncResult) 方法

定义

结束执行核心。

protected virtual void EndExecuteCore (IAsyncResult asyncResult);
abstract member EndExecuteCore : IAsyncResult -> unit
override this.EndExecuteCore : IAsyncResult -> unit
Protected Overridable Sub EndExecuteCore (asyncResult As IAsyncResult)

参数

asyncResult
IAsyncResult

异步结果。

适用于