LoggerEntryCollection.Save(String) Method

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > LoggerEntryCollection Class > LoggerEntryCollection Methods > Save Method >

LoggerEntryCollection.Save(String) Method

BR.AN.PviServices .NET


Saves the logger entries to an arl file.

[Visual Basic]

Public Overloads Sub Save( _

  ByVal file As String _

)

[C#]

public int Save(

  string file

);

Parameters

file

The file name to be used to store the logger entries.

Return Value

0 on success.

Remarks

ARL files ar XML compliant files. Every one can view the files using a standard XML Editor (e.g.: InternetExplorer)

See Also

LoggerEntryCollection Class | BR.AN.PviServices Namespace | LoggerEntryCollection.Save Overload List


Generated from assembly BR.AN.PviServices [8.1.0.4]