INavigableItem.EndRequestChildren(IAsyncResult) Method

Definition

Completes an asynchronous operation to respond to a transmitted request.

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

Parameters

asyncResult
IAsyncResult

An asynchronous result of the received request.

Applies to