IDataRetrievalServiceRetrieveBatchedBusinessDataAsync 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 (24.3.0.1000)
Syntax
ICollection<BatchedDataRetrievalContext> RetrieveBatchedBusinessDataAsync(
	ICollection<BatchedClientRequest> requests
)

Parameters

requests
Type: System.Collections.GenericICollectionBatchedClientRequest
The batched client requests.

Return Value

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