Put a collection of fields into the tuple. Merge the fields of the provided incoming tuple into the current Tuple. If the field name of the incoming tuple matches the field inside the current Tuple, it overwrites the existing value.

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)

Syntax

C#
public abstract void PutAll(
	Tuple tuple
)
Visual Basic
Public MustOverride Sub PutAll ( 
	tuple As Tuple
)
Visual C++
public:
virtual void PutAll(
	Tuple^ tuple
) abstract
F#
abstract PutAll : 
        tuple : Tuple -> unit 

Parameters

tuple
Type: Com.Tibco.As.Space..::..Tuple
Incoming tuple

See Also