Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 5 SpaceDef : SpaceDef Operations : tibasSpaceDef_GetLockWait()

tibasSpaceDef_GetLockWait()
Function
Declaration
tibas_status tibasSpaceDef_GetLockWait
(tibasSpaceDef spaceDef,
tibas_long*     lockWait)
Purpose
Returns the amount of time a put, update, take, lock operations will wait for the lock to be cleared if the tuple is currently locked.
Parameters
 
If no lock wait is set, returns TIBAS_WAIT_FOREVER (-1).
Remarks
Use the tibasSpaceDef_GetLockWait() function to return the amount of time a put, update, take, or lock operation will wait for a lock to be cleared if the tuple is currently locked.
See Also
tibasSpaceDef_SetLockWait()

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved