LogStatisticsBaseTReset 方法 |
重置当前的统计信息,需要指定统计的数据内容,最后一个数据的标记信息,本方法主要用于还原统计信息
To reset the current statistical information, you need to specify the content of the statistical data,
and the tag information of the last data. This method is mainly used to restore statistical information
命名空间:
HslCommunication.LogNet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public void Reset(
T[] statistics,
long lastDataMark
)
Public Sub Reset (
statistics As T(),
lastDataMark As Long
)
public:
void Reset(
array<T>^ statistics,
long long lastDataMark
)
member Reset :
statistics : 'T[] *
lastDataMark : int64 -> unit
参数
- statistics
- 类型:T
统计结果数据信息 - lastDataMark
- 类型:SystemInt64
最后一次标记的内容
参见