'宣言 Public Overloads Shared Function Exec( _ ByVal dataSource As System.Collections.IEnumerable, _ ByVal view As System.Collections.Generic.Dictionary(Of String,Object), _ ByVal cancelToken As System.Threading.CancellationToken, _ ByVal progress As ProgressDelegate _ ) As System.Threading.Tasks.Task(Of Dictionary(Of Object(),Object()))
public static System.Threading.Tasks.Task<Dictionary<object[],object[]>> Exec( System.Collections.IEnumerable dataSource, System.Collections.Generic.Dictionary<string,object> view, System.Threading.CancellationToken cancelToken, ProgressDelegate progress )
パラメータ
- dataSource
 - Data source collection containing data for aggregation.
 - view
 - View definition. It is obtained from a view in JSON format using System.Web.Script.Serialization.JavaScriptSerializer.Deserialize.
 - cancelToken
 - Enables task cancellation.
 - progress
 - Callback function to report progress updates.
 
戻り値の型
View execution (aggregation) result