CubeMetaUpdateCallback

Assembly: Cubes;

Namespace: Prognoz.Platform.Interop.Cubes;

Description

The CubeMetaUpdateCallback class is used to work with events that occur in transactions during copying of time series database.

Comments

The class must be redetermined in the custom class.

Fore.NET Syntax

Class to get analog of the CubeMetaUpdateCallback class:

None;

Class to get analog of the CubeMetaUpdateCallback class object:

CubeMetaUpdateCallbackClass;

Class object methods inherited from ICubeMetaUpdateCallback

  Method name Brief description
The OnAfterStartTransaction method implements the event occurring after transaction and revision.
The OnBeforeCommit method implements the event that occurs before closing transaction and copuing.

See also:

Cubes Assembly Classes