LogValueLimitDictGetLogValueLimit 方法 |
根据给定的关键字信息,获取相关的
LogValueLimit 对象,进而执行很多的操作
According to the given keyword information, obtain related
LogValueLimit objects, and then perform many operations
命名空间:
HslCommunication.LogNet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public LogValueLimit GetLogValueLimit(
string key
)
Public Function GetLogValueLimit (
key As String
) As LogValueLimit
public:
LogValueLimit^ GetLogValueLimit(
String^ key
)
member GetLogValueLimit :
key : string -> LogValueLimit
参数
- key
- 类型:SystemString
关键字
返回值
类型:
LogValueLimit日志对象,如果当前的日志对象不存在,就返回为NULL
参见