LogValueLimitDictSaveToFile 方法 |
将当前的统计信息及数据内容写入到指定的文件里面,需要指定文件的路径名称
Write the current statistical information and data content to the specified file, you need to specify the path name of the file
命名空间:
HslCommunication.LogNet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public void SaveToFile(
string fileName
)
Public Sub SaveToFile (
fileName As String
)
public:
void SaveToFile(
String^ fileName
)
member SaveToFile :
fileName : string -> unit
参数
- fileName
- 类型:SystemString
文件的完整的路径名称
参见