ReportingService2005.ListChildrenAsync 方法

定义

重载

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)

参数

Item
String
Recursive
Boolean

适用于

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)

参数

Item
String
Recursive
Boolean
userState
Object

适用于