ReportingService2010.BeginListParents(String, AsyncCallback, Object) Method

Definition

public:
 IAsyncResult ^ BeginListParents(System::String ^ ItemPath, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginListParents (string ItemPath, AsyncCallback callback, object asyncState);
member this.BeginListParents : string * AsyncCallback * obj -> IAsyncResult
Public Function BeginListParents (ItemPath As String, callback As AsyncCallback, asyncState As Object) As IAsyncResult

Parameters

ItemPath
String
callback
AsyncCallback
asyncState
Object

Returns

IAsyncResult

Applies to