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

받은 요청의 비동기 결과입니다.

적용 대상