IVirtualCubeExecuteCallback

Assembly: Cubes;

Description

The IVirtualCubeExecuteCallback interface is used to work with events that occur on calculating virtual cube.

Inheritance Hierarchy

IVirtualCubeExecuteCallback

Comments

Interface methods must be redetermined in a custom class. The class instance for event handling is set in the IVirtualCubeInstance.ExecuteCallback property.

Methods

  Method name Brief description
OnAfterExecuteSources

The OnAfterExecuteSources method implements the event occurring after calculating virtual cube sources.
OnBeforeExecuteSources

The OnBeforeExecuteSources method implements the event occurring before calculating virtual cube resources.

See also:

Cubes Assembly Interfaces