Returns the next record.


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

Syntax

Visual Basic (Declaration)
Function getNext() As NetricsBaseRecord
C#
NetricsBaseRecord getNext()
C++
NetricsBaseRecord getNext() abstract 
J#
NetricsBaseRecord getNext()
JScript
function getNext() : NetricsBaseRecord

Return Value

the next record

Remarks

This should throw an exception when there are no more records.

See Also