IOMSnapshotAttachOnSave(IEnumerableIOMSnapshot) Method

This method allows to add other object updates to the main object saving transaction

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
void AttachOnSave(
	IEnumerable<IOMSnapshot> toSaveAfter
)

Parameters

toSaveAfter  IEnumerableIOMSnapshot
additional updates

See Also