Batch version of the take operation,. Requires a list of key value tuples to take and returns a list of results.
Declaration
tibas_status tibasSpace_TakeAll
(tibasSpace space,
tibasSpaceResultList *resultList,
tibasTupleList tupleList)
Parameters
Parameter |
Description |
space |
The TIBCO ActiveSpaces entity on which the function is invoked. |
resultList |
The list of tuples after it is taken from the space and returned. |
tupleList |
The list of tuples containing keys for tuples to take. |
Remarks
Use the tibasSpace_TakeAll() function to take values from a specified list of tuples and return a list of tuples taken from the data store.
Copyright © Cloud Software Group, Inc. All rights reserved.