tibasSpace_Put()

Stores a tuple into the space and returns the corresponding tuple.

Declaration

tibas_status tibasSpace_Put(
    tibasSpace  space,
    tibasTuple* oldValue,
    tibasTuple  newValue)

Parameters

Parameter Description
space The TIBCO ActiveSpaces entity on which the function is invoked.
oldValue Returns the old value of the tuple, if a value exists.
newValue The new value to be assigned to the tuple.

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.