Get the next record from the source.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Function getNext() As NetricsRecord _ Implements NetricsTableRecSrc.getNext |
| C# |
|---|
| public NetricsRecord getNext() |
| C++ |
|---|
| public: NetricsRecord getNext() sealed |
| J# |
|---|
| public NetricsRecord getNext() |
| JScript |
|---|
| public function getNext() : NetricsRecord |