True if getNext will return a record operation.


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

Syntax

Visual Basic (Declaration)
Public Function hasNext() As Boolean _
    Implements NetricsRecOpSrc.hasNext
C#
public bool hasNext()
C++
public:
 bool hasNext() sealed 
J#
public bool hasNext()
JScript
public  function hasNext() : bool

Return Value

True if there is another record operation, false otherwise.

Implements

NetricsRecOpSrc.hasNext

See Also