ICubeMetaUpdateCallback.OnBeforeCommit

Fore Syntax

OnBeforeCommit(Rubricator: IRubricatorInstance;
                        Connection: ISecurityConnection);

Fore.NET Syntax

OnBeforeCommit(Rubricator: Prognoz.Platform.Interop.Cubes.IRubricatorInstance;
                        Connection: Prognoz.Platform.Interop.Metabase.ISecurityConnection);

Parameters

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

Connection. Database server connection in use.

Description

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

Comments

This event occurs before replication is finished.

Fore and Fore.NET Examples

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

See also:

ICubeMetaUpdateCallback