ReportingService2010.BeginListChildren 方法

定义

public:
 IAsyncResult ^ BeginListChildren(System::String ^ ItemPath, bool Recursive, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginListChildren (string ItemPath, bool Recursive, AsyncCallback callback, object asyncState);
Public Function BeginListChildren (ItemPath As String, Recursive As Boolean, callback As AsyncCallback, asyncState As Object) As IAsyncResult

参数

ItemPath
String
Recursive
Boolean
callback
AsyncCallback
asyncState
Object

返回

IAsyncResult

适用于