Define a default CSV file record source.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Sub New( _ ByVal fileName As String _ ) |
| C# |
|---|
| public NetricsRecFile( string fileName ) |
| C++ |
|---|
| public: NetricsRecFile( String fileName ) sealed |
| J# |
|---|
| public NetricsRecFile( string fileName ) |
| JScript |
|---|
| public function NetricsRecFile( fileName : String ) |
Parameters
- fileName
- The name of the file containing the records.
Remarks
This is the same as:
NetricsRecFile(fileName,null,false,false,-1,true,false,-1,null)