Cubes > Cubes Assembly Classes > CubeCombinedExecutor
Assembly: Cubes;
The CubeCombinedExecutor class implements an object used for parallel calculation of output cube matrices.
Property name | Brief description | |
![]() |
Count | The Count property returns the number of available results of parallel cube calculation. |
![]() |
Item | The Item property returns calculation results with the specified index. |
IncludeAttachments | The IncludeAttachments property determines whether information about attachments will be obtained on calculation. |
Method name | Brief description | |
![]() |
AddCube | The AddCube method adds a cube to the list for parallel calculation. |
![]() |
AddCubeDest | The AddCubeDest method adds a cube display version into the list for parallel calculation. |
![]() |
Clear | The Clear method clears a list of cubes, for which parallel calculation can be executed. |
![]() |
Execute | The Execute method executes parallel calculation of cubes. |
See also: