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


Chapter 2 Metaspace : Metaspace Operations : tibasMetaspace_AcquireContext()

tibasMetaspace_AcquireContext()
Function
Declaration
tibas_status tibasMetaspace_AcquireContext
(tibasMetaspace metaspace,
 tibasContext* context)
Purpose
Acquires a thread context that has been released by another thread through a call to the tibasMetaspace_ReleaseContext() function.
Parameters
 
Remarks
Use the tibasMetaspace_AcquireContext() function to acquire a thread context that has been released by another thread through a call to the tibasMetaspace_ReleaseContext() function.
The ReleaseContext and AcquireContext functions allow your application to transfer thread contexts, including access to locks and to the current transaction.
See Also
tibasMetaspace_BeginTransaction(), tibasMetaspace_CommitTransaction(), tibasMetaspace_ReleaseContext(), tibasMetaspace_RollbackTransaction()

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