The tuple from the space

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

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;
}

Field Value

The new tuple after the put

Implements

WriteOp..::..Tuple

See Also