Return the overwritten tuple if it existed before the put event

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

Syntax

C#
Tuple OldTuple { get; }
Visual Basic
ReadOnly Property OldTuple As Tuple
	Get
Visual C++
property Tuple^ OldTuple {
	Tuple^ get ();
}
F#
abstract OldTuple : Tuple with get

Property Value

Type: Tuple
The old tuple

See Also