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.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic abstract void PutAll(
Tuple tuple
)
Public MustOverride Sub PutAll (
tuple As Tuple
)
public:
virtual void PutAll(
Tuple^ tuple
) abstract
abstract PutAll :
tuple : Tuple -> unit
Parameters
- tuple
- Type: Com.Tibco.As.SpaceTuple
Incoming tuple
See Also