Assembly: Cubes;
Namespace: Prognoz.Platform.Interop.Cubes;
The ICubeMetaUpdateCallback interface is used to work with events that occur on transactions during replication.
ICubeMetaUpdateCallback
The interface must be redetermined in the custom class.
| 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 replication. |
See also: