Share via


Controller.EndExecute(IAsyncResult) 方法

定義

結束目前控制器內容中動作的調用。

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

參數

asyncResult
IAsyncResult

非同步結果。

實作

適用於