ReportingService2005.ListChildrenAsync Method

Definition

Overloads

ListChildrenAsync(String, Boolean)
ListChildrenAsync(String, Boolean, Object)

ListChildrenAsync(String, Boolean)

public:
 void ListChildrenAsync(System::String ^ Item, bool Recursive);
public void ListChildrenAsync (string Item, bool Recursive);
member this.ListChildrenAsync : string * bool -> unit
Public Sub ListChildrenAsync (Item As String, Recursive As Boolean)

Parameters

Item
String
Recursive
Boolean

Applies to

ListChildrenAsync(String, Boolean, Object)

public:
 void ListChildrenAsync(System::String ^ Item, bool Recursive, System::Object ^ userState);
public void ListChildrenAsync (string Item, bool Recursive, object userState);
member this.ListChildrenAsync : string * bool * obj -> unit
Public Sub ListChildrenAsync (Item As String, Recursive As Boolean, userState As Object)

Parameters

Item
String
Recursive
Boolean
userState
Object

Applies to