CubeMetaloaderImportCallback

Assembly: Cubes;

Description

The CubeMetaloaderImportCallback class contains methods implementing events that occur on time series import.

Comments

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

Class object methods inherited from ICubeMetaloaderImportCallback

  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 Classes