ICubeMetaUpdateCallback.OnAfterStartTransaction

Syntax

OnAfterStartTransaction(Rubricator: IRubricatorInstance;
                        Connection: ISecurityConnection);

Parameters

Rubricator. Time series database, to which data is copied

Connection. Database server connection in use.

Description

The OnAfterStartTransaction method implements the event occurring after transaction and revision.

Comments

The event occurs before time series database copying started.

Example

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

See also:

ICubeMetaUpdateCallback