ICubeCacheUpdateScheduledTask

Assembly: Cubes;

Description

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.

Inheritance Hierarchy

IScheduledTask

          ICubeCacheUpdateScheduledTask

Comments

The interface can be used on the following servers:

To get supported DBMS versions, see the Supported DBMS section.

Properties

  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.

Properties inherited from IScheduledTask

  Property name Brief description

Properties

The Properties property returns task parameters.

State

The State property returns current task state.

Methods

  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.

Methods inherited from IScheduledTask

  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:

Cubes Assembly Interfaces