Returns the next valid CSV 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 |
Remarks
This returns the next valid CSV record. If the end of file is reached it returns null.
If Do Max Work is specified invalid records are quietly skipped. If Do Max Work is not specified invalid records throw an exception.