Assembly: Cubes;
Namespace: Prognoz.Platform.Interop.Cubes;
The ICubeCombinedExecutorItem interface contains properties that are used to get results of parallel calculation of output cube matrices.
ICubeCombinedExecutorItem
Parallel calculation of cubes us executed on calling the ICubeCombinedExecutor.Execute method. Calculation results is returned by the ICubeCombinedExecutor.Item property.
Property name | Brief description | |
The Cube property returns instance of the cube, for which calculation is executed. | ||
The Destination property returns display version of the cube, for which calculation is executed. | ||
The Matrix property returns the data matrix obtained after calculation. | ||
The MultiExecuted property returns whether the current result is obtained on parallel calculation. | ||
The Selection property returns selection, according to which calculation is executed. |
See also: