True if getNext will return a record operation.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Function hasNext() As Boolean |
| C# |
|---|
| bool hasNext() |
| C++ |
|---|
| bool hasNext() abstract |
| J# |
|---|
| bool hasNext() |
| JScript |
|---|
| function hasNext() : bool |
Return Value
True if there is another record operation, false otherwise.