Returns true if the source has more records.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Function hasNext() As Boolean
C#
bool hasNext()
C++
bool hasNext() abstract 
J#
bool hasNext()
JScript
function hasNext() : bool

See Also