Stores a Tuple into the Space and returns the corresponding entry
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
SyntaxFunction Put (
tuple As Tuple
) As Tuple
Tuple^ Put(
Tuple^ tuple
)
abstract Put :
tuple : Tuple -> Tuple
Parameters
- tuple
- Type: Com.Tibco.As.SpaceTuple
The tuple to be stored.
Return Value
Type:
Tuple
The old tuple if it exists
See Also