Share via


ReportingService2006.BeginListChildren(String, AsyncCallback, Object) Method

Definition

public:
 IAsyncResult ^ BeginListChildren(System::String ^ Item, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginListChildren (string Item, AsyncCallback callback, object asyncState);
member this.BeginListChildren : string * AsyncCallback * obj -> IAsyncResult
Public Function BeginListChildren (Item As String, callback As AsyncCallback, asyncState As Object) As IAsyncResult

Parameters

Item
String
callback
AsyncCallback
asyncState
Object

Returns

Applies to