IOMTransactionAppendUpdate Method

appends modified snapshots to the sequence. Objects must not be modified anymore.

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
IOMTransaction AppendUpdate(
	params IOMSnapshot[] objs
)

Parameters

objs  IOMSnapshot

Return Value

IOMTransaction
transaction object

Exceptions

AlreadyCommittedExceptionTransaction already committed/failed and provided result

See Also