![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
tibas_status tibasSpace_TakeAllEx(
Provide a tibasTakeOptions structure that specifies the options for the take.Use the tibasSpace_TakeAllEx() function to take values from a specified list of tuples and return a list of tuples taken from the data store. You can also specify lock, wait, and forget options for the take operation.The options parameter specifies a tibasTakeOptions structure that specifies the options for the take. The tibasTakeOptions structure is defined as follows:
• lockWait Specifies a lock wait time, in milliseconds.
• lock Take the data and lock the tuple.
• unlock Unlock the tuple. Only the thread or process that locked the tuple can unlock it.
• forget Specify this option if you want the system to forget the return. This is useful if you do not need the tuple.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |