Reset the read back to the begining of the file.


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

Syntax

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

Implements

NetricsTableRecSrc.reset

Remarks

This resets the read point back to the first record in the file. If a StreamReader was passed in rather than a file name this throws an exception.

See Also