Return old space entry if it exists
Namespace: Com.Tibco.As.Space.PersistenceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic abstract Tuple OldTuple { get; }
Public MustOverride ReadOnly Property OldTuple As Tuple
Get
public:
virtual property Tuple^ OldTuple {
Tuple^ get () abstract;
}
abstract OldTuple : Tuple with get
Property Value
Type:
TupleThe old tuple
See Also