tibasSpace_Get()

Returns the tuple (if one exists) in the specified space whose key fields match the key fields of a specified tuple.

Declaration

tibas_status tibasSpace_Get
(tibasSpace   space,
 tibasTuple*  value,
 tibasTuple   key)

Parameters

Parameter Description
space The TIBCO ActiveSpaces entity on which the function is invoked.
value Pointer to the tuple returned by the function.
key A tuple containing one or more key fields.

Remarks

Use the tibasSpace_Get() function to get a tuple whose key matches the key in a specified tuple.