LogStatisticsBaseTGetStatisticsSnapshot 方法 |
获取当前的统计信息的数据快照,这是数据的副本,修改了里面的值不影响
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 T[] GetStatisticsSnapshot()
Public Function GetStatisticsSnapshot As T()
public:
array<T>^ GetStatisticsSnapshot()
member GetStatisticsSnapshot : unit -> 'T[]
返回值
类型:
T实际的统计数据信息
参见