AggregatedTransactionHandle Class TIBCO Spotfire 6.0 API Reference
A handle to an aggregated transaction.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Framework.DocumentModel AggregatedTransactionHandle

Namespace: Spotfire.Dxp.Framework.DocumentModel
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public sealed class AggregatedTransactionHandle : IDisposable
Remarks

Aggregated transactions provides the functionality to aggregate transactions which needs to be separate transactions while first executed but which should be unexecuted as one transaction at undo and redo. It also provides rollback of the transaction. This can be used to implement cancel on modal dialogs. If the handle is not committed before being disposed, it will rollback the transaction.
See Also