| LogValueLimitDictGetStatisticsSnapshotByTime 方法  | 
 
            根据指定的时间范围来获取统计的数据信息快照,包含起始时间,包含结束时间,这是数据的副本,修改了里面的值不影响
            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.5.1.0 (12.5.1.0)
 语法
语法public ValueLimit[] GetStatisticsSnapshotByTime(
	string key,
	DateTime start,
	DateTime finish
)
Public Function GetStatisticsSnapshotByTime ( 
	key As String,
	start As DateTime,
	finish As DateTime
) As ValueLimit()
public:
array<ValueLimit>^ GetStatisticsSnapshotByTime(
	String^ key, 
	DateTime start, 
	DateTime finish
)
member GetStatisticsSnapshotByTime : 
        key : string * 
        start : DateTime * 
        finish : DateTime -> ValueLimit[] 
参数
- key
- 类型:SystemString
 当前的关键字信息
- start
- 类型:SystemDateTime
 起始时间
- finish
- 类型:SystemDateTime
 结束时间
返回值
类型:
ValueLimit指定实际范围内的数据副本
 参见
参见