Reset the read back to the first record.


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

Syntax

Visual Basic (Declaration)
Public Sub reset() _
    Implements NetricsFieldedReader.reset
C#
public void reset()
C++
public:
 void reset() sealed 
J#
public void reset()
JScript
public  function reset()

Implements

NetricsFieldedReader.reset

Remarks

This resets reading of the file to the first record in the file so they can be read again. This can only be used if the file was opened by this object, if the CSV data is being read from a passed in stream this will throw an exception.

See Also