Reset the read back to the begining of the file.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Overrides Sub reset() _ Implements NetricsBaseRecSrc.reset |
| C# |
|---|
| public override void reset() |
| C++ |
|---|
| public: virtual void reset() override |
| J# |
|---|
| public override void reset() |
| JScript |
|---|
| public override function reset() |
Implements
NetricsBaseRecSrc.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.