INavigableItem.EndUpdateChildren(IAsyncResult) Method

Definition

Completes an asynchronous operation in updating the children.

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

Parameters

asyncResult
IAsyncResult

An asynchronous result of the received request.

Applies to