Click or drag to resize
BrowserNext Property
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.1.5.12)
Syntax
public abstract Tuple Next { get; }

Property Value

Type: Tuple
The next tuple
See Also