Get the line the last record read started on.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Function getRecLine() As Integer _
    Implements INetricsCSVRecSrc.getRecLine
C#
public int getRecLine()
C++
public:
 int getRecLine() sealed 
J#
public int getRecLine()
JScript
public  function getRecLine() : int

Implements

INetricsCSVRecSrc.getRecLine

See Also