Assembly: Cubes;
The CubeMetaloaderImportCallback class contains methods implementing events that occur on time series import.
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:
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: