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.BrowserAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)
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; } |