Click or drag to resize
TuplePutAll Method
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.1.5.12)
Syntax
public abstract void PutAll(
	Tuple tuple
)

Parameters

tuple
Type: Com.Tibco.As.SpaceTuple
Incoming tuple
See Also