'宣言 Function GetAggregatedData( _ ByVal view As System.Collections.Generic.Dictionary(Of String,Object), _ ByVal cancelSource As System.Threading.CancellationTokenSource, _ ByVal progress As System.Action(Of Integer) _ ) As System.Threading.Tasks.Task(Of Dictionary(Of Object(),Object()))
System.Threading.Tasks.Task<Dictionary<object[],object[]>> GetAggregatedData( System.Collections.Generic.Dictionary<string,object> view, System.Threading.CancellationTokenSource cancelSource, System.Action<int> progress )
パラメータ
- view
- 集計を実施するために使用されるビュー定義。
- cancelSource
- 中止トークンソース。
- progress
- 分析の進捗状況を報告するコールバック関数。
戻り値の型
ビューの実行(集計)結果。