INavigableItem.EndRequestChildren(IAsyncResult) 메서드

정의

전송된 요청에 응답하는 비동기 작업을 완료합니다.

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

매개 변수

asyncResult
IAsyncResult

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

적용 대상