The tuple from the space

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

Syntax

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

Property Value

Type: Tuple
The new tuple after the put

Implements

WriteOp..::..Tuple

See Also