IOMTransaction Interface

The sequence of the updates which will be executed in requested sequence

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public interface IOMTransaction : IDisposable
Implements
IDisposable

Properties

IsEmpty transaction is empty
Name Given transaction name

Methods

AppendDelete appends delete request for the specified persistent of specified snapshots
AppendUpdate appends modified snapshots to the sequence. Objects must not be modified anymore.
Commit Commits requested sequence.

See Also