ICubeMetaUpdateCallback.OnBeforeCommit

Syntax

OnBeforeCommit(Rubricator: IRubricatorInstance;
                        Connection: ISecurityConnection);

Parameters

Rubricator. Time series database, to which data is copied.

Connection. Database server connection in use.

Description

The OnBeforeCommit method implements the event that occurs before closing transaction and copying.

Comments

The event occurs before time series database copying is finished.

Example

The property use is given in the example for ICubeMetaUpdateEx.ForceEmptyValues.

See also:

ICubeMetaUpdateCallback