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