Click or drag to resize
PutEventHasOldTuple Property
Return true if the tuple was inserted (did not overwrite an existing tuple) or false it it was updated (did overwrite an existing tuple)

Namespace: Com.Tibco.As.Space.Event
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
bool HasOldTuple { get; }

Property Value

Type: Boolean
true if this instance has old tuple; otherwise, false.
See Also