Closes files opened by this object.


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

Syntax

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

Implements

NetricsFieldedReader.close

Remarks

This closes and cleans up any files opened by this object.

See Also