Open this page in the API Guide

IDataRetrievalService.RetrieveBatchedBusinessDataAsync Method

Retrieves batched business data for MetricSet objects according to the specified requests.

Namespace:  Dundas.BI.Data.DataRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
ICollection<BatchedDataRetrievalContext> RetrieveBatchedBusinessDataAsync(
	ICollection<BatchedClientRequest> requests
)

Parameters

requests
Type: System.Collections.Generic.ICollection<BatchedClientRequest>
The batched client requests.

Return Value

Type: ICollection<BatchedDataRetrievalContext>
A collection of BatchedDataRetrievalContext objects corresponding to the batched requests.
Exceptions
ExceptionCondition
ArgumentExceptionThe requests was null or empty.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also