Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 3 Space : Space Operations and Options Initialization Operations : tibasSpace_Put()

tibasSpace_Put()
Function
Declaration
tibas_status tibasSpace_Put(
tibasSpace  space,
tibasTuple* oldValue,
tibasTuple  newValue)
Purpose
Stores a tuple into the space and returns the corresponding tuple.
Parameters
 
Remarks
Use the tibasSpace_Put() function to store a tuple into a space and return the original value of the tuple, if it has a value.
See Also
tibasSpace_PutEx(), tibasSpace_PutAll(), tibasSpace_CompareAndPutAllEx(), tibasSpace_CompareAndPut(), tibasSpace_CompareAndPutEx(), tibasSpace_CompareAndPutAll(), tibasSpace_CompareAndPutAllEx()

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved