ICubeMetaloaderImportCallback

Assembly: Cubes;

Description

The ICubeMetaloaderImportCallback interface contains methods implementing events that occur on time series import.

Inheritance Hierarchy

          ICubeMetaloaderImportCallback

Comments

To be used, all interface methods must be redetermined in the custom class that inherits from the Object class and this interface. The created class is a handler of the events used on time series import and can be specified in the following properties:

Methods

  Method name Brief description
OnAfterStartTransaction

The OnAfterStartTransaction method implements the event occurring after opening a transaction.
OnBeforeCommit

The OnBeforeCommit method implements the event occurring before fixing transaction.

See also:

Cubes Assembly Interfaces