共用方式為


IAsyncController.EndExecute(IAsyncResult) 方法

定義

結束非同步作業。

public void EndExecute(IAsyncResult asyncResult);
abstract member EndExecute : IAsyncResult -> unit
Public Sub EndExecute (asyncResult As IAsyncResult)

參數

asyncResult
IAsyncResult

非同步結果。

適用於