Closes files opened by this object.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub close() _ Implements INetricsCSVRecSrc.close |
C# |
---|
public void close() |
C++ |
---|
public: void close() sealed |
J# |
---|
public void close() |
JScript |
---|
public function close() |
Implements
INetricsCSVRecSrc.close
Remarks
This closes and cleans up any files opened by this object. If a stream was passed in when this object was created/initialized calling this method will result in a thrown exception.