[]
Gets the aggregated results according to the given view in an asynchronous execution
Task<Dictionary<object[], object[]>> GetAggregatedData(Dictionary<string, object> view, CancellationTokenSource cancelSource, Action<int> progress)
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. |
Type | Description |
---|---|
Task<Dictionary<object[], object[]>> | View execution (aggregation) result |