![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
tibas_status tibasSpace_CompareAndTakeEx(
Provide a tibasTakeOptions structure that specifies the options for the take.Use the tibasSpace_CompareAndTakeEx() function to look for a tuple containing a specified value, and if it is found, take the tuple with the specified value.tibasSpace_CompareAndTakeEx() also allows you to specify additional options for the operation, by passing a tibasTakeOptions structure in the options parameter. 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 |