[]
        
(Showing Draft Content)

C1.Web.Api.DataEngine.Data.IFlexPivotEngineProvider.GetAggregatedData

GetAggregatedData Method

GetAggregatedData(Dictionary<string, object>, CancellationTokenSource, Action<int>)

Gets the aggregated results according to the given view in an asynchronous execution

Declaration
Task<Dictionary<object[], object[]>> GetAggregatedData(Dictionary<string, object> view, CancellationTokenSource cancelSource, Action<int> progress)
Parameters
Type Name Description
Dictionary<string, object> view

View definition used for performing aggregation.

CancellationTokenSource cancelSource

The cancellation token source.

Action<int> progress

A callback function to report analysis progress.

Returns
Type Description
Task<Dictionary<object[], object[]>>

View execution (aggregation) result