INavigableItem.EndUpdateChildren(IAsyncResult) 方法

定義

完成非同步的子節點更新操作。

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

參數

asyncResult
IAsyncResult

這是收到請求的非同步結果。

適用於