<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > LoggerEntryCollection Class > LoggerEntryCollection Methods > Save Method > LoggerEntryCollection.Save(String) Method |
Saves the logger entries to an arl file.
[Visual Basic]
Public Overloads Sub Save( _
ByVal file As String _
)
[C#]
public int Save(
string file
);
file
The file name to be used to store the logger entries.
0 on success.
ARL files ar XML compliant files. Every one can view the files using a standard XML Editor (e.g.: InternetExplorer)
LoggerEntryCollection Class | BR.AN.PviServices Namespace | LoggerEntryCollection.Save Overload List
Generated from assembly BR.AN.PviServices [8.1.0.4]