Exec(String,String,Dictionary<String,Object>,CancellationToken,ProgressDelegate) Method
In This Topic
Server-side asynchronous execution of a view returning aggregated results to the caller client.
Syntax
Parameters
- workspace
- Path in the server's file system where DataEngine data is saved in files.
- table
- The name of the DataEngine table on which the view is based.
- 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.
Return Value
View execution (aggregation) result
See Also