ICubeMetaloaderImportCallback.OnBeforeCommit

Syntax

OnBeforeCommit(RubInst: IRubricatorInstance;
                        SecurConn: ISecurityConnection);

Parameters

RubInst. Time series database, to which data is imported.

SecurConn. Database server connection parameters.

Description

The OnBeforeCommit method implements the event occurring before fixing transaction.

Comments

For correct use the method must be redetermined in the custom class that is an event handler. This handler must also be set in object parameters used for time series import.

Example

The property use is given in the example for ICubeMetaloaderImportCallback.OnAfterStartTransaction.

See also:

ICubeMetaloaderImportCallback