tibasSpace_PutAll()

The batch version of the put operation. Stores all of the tuples in the provided list and returns a list of results.

Declaration

tibas_status tibasSpace_PutAll
        (tibasSpace            space,
         tibasSpaceResultList* resultList,
         tibasTupleList        tupleList)

Parameters

Parameter Description
space The TIBCO ActiveSpaces entity on which the function is invoked.
resultList A resultList object containing a list of results for the put operations.
tupleList A list of tuples to put in the space.

Remarks

Use the tibasSpace_PutAll() function to put the tuples in a provided list in a specified space and return a list of results.

The resultList parameter returns a result lists that contains a list of the results of the put operations. You can use the tibasResult operations (see SpaceResult and InvokeResult) and the tibasResultList operations (see SpaceResultList and InvokeResultList) to process the resultList objects and the result objects.