ITransactions BeginAggregatedTransaction Method TIBCO Spotfire 6.0 API Reference
Begins an aggregated transaction.

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

AggregatedTransactionHandle BeginAggregatedTransaction()

Return Value

Type: AggregatedTransactionHandle
An aggregated transaction handle.
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.

See Also