Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 2 Metaspace : Metaspace Operations : tibasMetaspace_RollbackTransaction()

tibasMetaspace_RollbackTransaction()
Function
Declaration
tibas_status tibasMetaspace_RollbackTransaction
(tibasMetaspace   metaspace)
Purpose
Rolls back all of the space operations invoked since the tibasMetaspace_BeginTransaction() function or the tibasMetaspace_AcquireContext() function was called.
Parameters
 
Remarks
Use the tibasMetaspace_RollbackTransaction() function to roll back the space operations that were accumulated in a transaction since the tibasMetaspace_BeginTransaction() function or the tibasMetaspace_AcquireContext() function) was called.
You can use this function to roll back the operations that you committed, in the event that any of the transactions fail. After the transactions are rolled back, any changes made to the data grid are discarded.
See Also
tibasMetaspace_BeginTransaction(), tibasMetaspace_CommitTransaction(), tibasMetaspace_ReleaseContext(), tibasMetaspace_AcquireContext()

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved