PutEventOldTuple Property |
Return the overwritten tuple if it existed before the put event
Namespace: Com.Tibco.As.Space.EventAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
SyntaxReadOnly Property OldTuple As Tuple
Get
property Tuple^ OldTuple {
Tuple^ get ();
}
abstract OldTuple : Tuple with get
Property Value
Type:
TupleThe old tuple
See Also