![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
tibas_status tibasSpace_TakeEx(
Provide a tibasTakeOptions structure that specifies the options for the take.Use the tibasSpace_TakeEx() function to return and atomically remove from the space the tuple (if one exists) whose tuple key fields match the key fields of the tuple provided. Allows you to specify a lock wait value, a lock and unlock value, and a forget value.The options parameter provides 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 |