Returns the next valid CSV record.


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

Implements

NetricsTableRecSrc.getNext

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.

See Also