LogStatisticsBaseTStatisticsCustomAction 方法 (FuncT, T) |
新增一个统计信息,将会根据当前的时间来决定插入数据位置,如果数据位置发生了变化,则数据向左发送移动。如果没有移动或是移动完成后,最后一个数进行自定义的数据操作
Adding a new statistical information will determine the position to insert the data according to the current time. If the data position changes,
the data will be sent to the left. If there is no movement or after the movement is completed, Custom data operations on the last number
命名空间:
HslCommunication.LogNet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 protected void StatisticsCustomAction(
Func<T, T> newValue
)
Protected Sub StatisticsCustomAction (
newValue As Func(Of T, T)
)
protected:
void StatisticsCustomAction(
Func<T, T>^ newValue
)
member StatisticsCustomAction :
newValue : Func<'T, 'T> -> unit
参数
- newValue
- 类型:SystemFuncT, T
增对最后一个数的自定义操作
参见