点击或拖拽改变大小

DeviceServerSaveDataPool 方法

将本系统的数据池数据存储到指定的文件
Store the data pool data of this system to the specified file

命名空间:  HslCommunication.Core.Device
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public void SaveDataPool(
	string path
)

参数

path
类型:SystemString
指定文件的路径
异常
异常条件
ArgumentException
ArgumentNullException
PathTooLongException
DirectoryNotFoundException
IOException
UnauthorizedAccessException
NotSupportedException
SecurityException
参见