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.0.0.0 (2.1.5.12)
Syntaxpublic abstract Tuple Next { get; }
Public MustOverride ReadOnly Property Next As Tuple
Get
public:
virtual property Tuple^ Next {
Tuple^ get () abstract;
}
abstract Next : Tuple with get
Property Value
Type:
TupleThe next tuple
See Also