ReportingService2010.EndListParents(IAsyncResult) Method

Definition

public:
 cli::array <Microsoft::SqlServer::ReportingServices2010::CatalogItem ^> ^ EndListParents(IAsyncResult ^ asyncResult);
public Microsoft.SqlServer.ReportingServices2010.CatalogItem[] EndListParents (IAsyncResult asyncResult);
member this.EndListParents : IAsyncResult -> Microsoft.SqlServer.ReportingServices2010.CatalogItem[]
Public Function EndListParents (asyncResult As IAsyncResult) As CatalogItem()

Parameters

asyncResult
IAsyncResult

Returns

CatalogItem[]

Applies to