Locks the tuple associated with a specified key value.
Declaration
tibas_status tibasSpace_Lock
(tibasSpace space,
tibasTuple* value,
tibasTuple key)
Parameters
Parameter |
Description |
space |
The TIBCO ActiveSpaces entity on which the function is invoked. |
value |
Returns either the tuple containing the locked tuple or NULL if no matching tuple can be found in the space. |
key |
The tuple containing key fields |
Remarks
Use the tibasSpace_Lock() function to lock a tuple that has a specified key value.
Copyright © Cloud Software Group, Inc. All rights reserved.