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
)
Function RetrieveBatchedBusinessDataAsync (
requests As ICollection(Of BatchedClientRequest)
) As ICollection(Of BatchedDataRetrievalContext)
ICollection<BatchedDataRetrievalContext^>^ RetrieveBatchedBusinessDataAsync(
ICollection<BatchedClientRequest^>^ requests
)
abstract RetrieveBatchedBusinessDataAsync :
requests : ICollection<BatchedClientRequest> -> ICollection<BatchedDataRetrievalContext>
Parameters
- requests
- Type: System.Collections.GenericICollectionBatchedClientRequest
The batched client requests.
Return Value
Type:
ICollectionBatchedDataRetrievalContextA collection of
BatchedDataRetrievalContext objects corresponding to the batched requests.
Exceptions See Also