tibasSpace_LockAll()

Batch version of the Lock operation. Requires a list of key value tuples to lock and returns a list of the tuples that are locked.

Declaration

tibas_status tibasSpace_LockAll(
    tibasSpace space,
    tibasSpaceResultList* resultList,
    tibasTupleList keyList);

Parameters

Parameter Description
space The TIBCO ActiveSpaces entity on which the function is invoked.
resultList The list of tuples after they are locked.
keyList The list of tuples to lock.

Remarks

Use the tibasSpace_LockAll() function to lock a tuples whose key values are specified in a specified keyList.