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