Assembly: Cubes;
The ICubeCacheUpdateSheduledTask interface contains properties and methods that are used to work with the task of the scheduled tasks container named Repository Object Cache Update Cache.
IScheduledTask
ICubeCacheUpdateScheduledTask
The interface can be used on the following servers:
Oracle;
Microsoft SQL.
To get supported DBMS versions, see the Supported DBMS section.
| Property name | Brief description | |
![]() |
DestKey | The DestKey property determines the key of the cube display version. |
![]() |
SourceCube | The SourceCube property determines the calculated cube, for which one should create a scheduled cache update task. |
| Property name | Brief description | |
![]() |
The Properties property returns task parameters. | |
![]() |
The State property returns current task state. |
| Method name | Brief description | |
![]() |
LoadSelection | The LoadSelection method copies the selection, according to which data cache is updated in the cube. |
![]() |
SetSelection | The SetSelection method sets the selection, according to which data cache is updated for the cube on executing the task. |
| Method name | Brief description | |
![]() |
CreateInvokeEvent | The CreateInvokeEvent method creates a new event of executing a task of the scheduled tasks container. |
![]() |
ExecuteImmediate | The ExecuteImmediate method executes a task in the current repository. |
![]() |
GetResults | The GetResults method returns task execution history. |
![]() |
ResetResults | The ResetResults method resets task execution results and marks it as Ready. |
See also: