Return the next Tuple being browsed, or null if the Browser timed out waiting for a new Tuple to be put into the Space.

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

Syntax

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

Property Value

Type: Tuple
The next tuple

See Also