Click or drag to resize
SpacePut Method (Tuple)
Stores a Tuple into the Space and returns the corresponding entry

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
Tuple Put(
	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