LogValueLimitDictRemoveLogValueLimit 方法 |
移除一个对象,需要指定相关的关键字,如果关键字本来就存在,返回 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.1.2.0 (12.1.2.0)
语法 public bool RemoveLogValueLimit(
string key
)
Public Function RemoveLogValueLimit (
key As String
) As Boolean
public:
bool RemoveLogValueLimit(
String^ key
)
member RemoveLogValueLimit :
key : string -> bool
参数
- key
- 类型:SystemString
关键字信息
返回值
类型:
Boolean如果关键字本来就存在,返回
True, 如果不存在,返回
False参见