Returns true if the source has more records.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public MustOverride Function hasNext() As Boolean _ Implements NetricsBaseRecSrc.hasNext |
| C# |
|---|
| public abstract bool hasNext() |
| C++ |
|---|
| public: bool hasNext() abstract |
| J# |
|---|
| public abstract bool hasNext() |
| JScript |
|---|
| public abstract function hasNext() : bool |