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

適用於