'Declaration
Function GetAggregatedData( _ ByVal view As Dictionary(Of String,Object), _ ByVal cancelSource As CancellationTokenSource, _ ByVal progress As Action(Of Integer) _ ) As Task(Of Dictionary(Of Object(),Object()))
Parameters
- view
- View definition used for performing aggregation.
- cancelSource
- The cancellation token source.
- progress
- A callback function to report analysis progress.
Return Value
View execution (aggregation) result