LogValueLimitDictGetStatisticsSnapshot 方法 |
获取当前的统计信息的数据快照,这是数据的副本,修改了里面的值不影响
Get a data snapshot of the current statistics. This is a copy of the data. Modifying the value inside does not affect
命名空间:
HslCommunication.LogNet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public ValueLimit[] GetStatisticsSnapshot(
string key
)
Public Function GetStatisticsSnapshot (
key As String
) As ValueLimit()
public:
array<ValueLimit>^ GetStatisticsSnapshot(
String^ key
)
member GetStatisticsSnapshot :
key : string -> ValueLimit[]
参数
- key
- 类型:SystemString
当前的关键字的信息
返回值
类型:
ValueLimit实际的统计数据信息
参见