Returns the next record.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overrides Function getNext() As NetricsRecord |
C# |
---|
public override NetricsRecord getNext() |
C++ |
---|
public: virtual NetricsRecord getNext() override |
J# |
---|
public override NetricsRecord getNext() |
JScript |
---|
public override 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. |