Returns the next record.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride Function getNext() As NetricsRecord |
C# |
---|
public abstract NetricsRecord getNext() |
C++ |
---|
public: NetricsRecord getNext() abstract |
J# |
---|
public abstract NetricsRecord getNext() |
JScript |
---|
public abstract function getNext() : NetricsRecord |
Return Value
the next record
Exceptions
Exception Type | Condition |
---|---|
NetricsRecSrcException | Thrown if an error occurs, or if there are no more records. |