ReportingService2005.BeginListChildren Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
IAsyncResult ^ BeginListChildren(System::String ^ Item, bool Recursive, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginListChildren (string Item, bool Recursive, AsyncCallback callback, object asyncState);
member this.BeginListChildren : string * bool * AsyncCallback * obj -> IAsyncResult
Public Function BeginListChildren (Item As String, Recursive As Boolean, callback As AsyncCallback, asyncState As Object) As IAsyncResult
Parameters
- Item
- String
- Recursive
- Boolean
- callback
- AsyncCallback
- asyncState
- Object