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