点击或拖拽改变大小

LogStatisticsDictGetStatisticsSnapshotByTime 方法

根据指定的时间范围来获取统计的数据信息快照,包含起始时间,包含结束时间,这是数据的副本,修改了里面的值不影响
Get a snapshot of statistical data information according to the specified time range, including the start time, also the end time. This is a copy of the data. Modifying the value inside does not affect

命名空间:  HslCommunication.LogNet
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public long[] GetStatisticsSnapshotByTime(
	string key,
	DateTime start,
	DateTime finish
)

参数

key
类型:SystemString
当前的关键字信息
start
类型:SystemDateTime
起始时间
finish
类型:SystemDateTime
结束时间

返回值

类型:Int64
指定实际范围内的数据副本
参见