点击或拖拽改变大小

LogStatisticsDictRemoveLogStatistics 方法

移除一个对象,需要指定相关的关键字,如果关键字本来就存在,返回 True, 如果不存在,返回 False
To remove a object, you need to specify the relevant keyword. If the keyword already exists, return True, if it does not exist, return False

命名空间:  HslCommunication.LogNet
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public bool RemoveLogStatistics(
	string key
)

参数

key
类型:SystemString
关键字信息

返回值

类型:Boolean
如果关键字本来就存在,返回 True, 如果不存在,返回 False
参见