NOTE: This constructor is now obsolete.


Create a default CSV Record reader.


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

Syntax

Visual Basic (Declaration)
Public Sub New( _ 
   ByVal filename As String _ 
)
C#
public NetricsCSVRecSrc(
   string filename
)
C++
public:
 NetricsCSVRecSrc(
   String filename
) sealed 
J#
public NetricsCSVRecSrc(
   string filename
)
JScript
public function NetricsCSVRecSrc(
   filename : String
)

Parameters

filename
The name of the file containing the records.

Remarks

This is for backward compatibility with previous versions. It is the same as: NetricsCSVRecSrc(new NetricsRecFile(file)).

See Also