IDataRetrievalServiceRetrieveDataRegionStatisticsAsync Method (BatchedClientRequest, ICollectionDataRegion) | 
 
            Computes the measure statistics for the requested data regions within a specified batched data result.
            
 
    Namespace: 
   Dundas.BI.Data.DataRetrieval
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
SyntaxBatchedDataStatisticsContext RetrieveDataRegionStatisticsAsync(
	BatchedClientRequest request,
	ICollection<DataRegion> dataRegions
)
Function RetrieveDataRegionStatisticsAsync ( 
	request As BatchedClientRequest,
	dataRegions As ICollection(Of DataRegion)
) As BatchedDataStatisticsContext
BatchedDataStatisticsContext^ RetrieveDataRegionStatisticsAsync(
	BatchedClientRequest^ request, 
	ICollection<DataRegion^>^ dataRegions
)
abstract RetrieveDataRegionStatisticsAsync : 
        request : BatchedClientRequest * 
        dataRegions : ICollection<DataRegion> -> BatchedDataStatisticsContext 
Parameters
- request
 - Type: Dundas.BI.Data.DataRetrievalBatchedClientRequest
The batched data request used as source data for the specified regions. - dataRegions
 - Type: System.Collections.GenericICollectionDataRegion
The data regions. 
Return Value
Type: 
BatchedDataStatisticsContext
            The statistics result,containing the collection of computed measure statistics.
            
Exceptions
See Also