一款简单易用的基础网络通讯组件库。

ValueCounter 构造函数

初始化 ValueCounter 结构的新实例。

Definition

命名空间: TouchSocket.Core
程序集: TouchSocket.Core (在 TouchSocket.Core.dll 中) 版本:4.0.0-beta.143+5fcca7a4e70968794985dc3793adc50531308be6
C#
public ValueCounter(
	TimeSpan period,
	Action<long> onPeriod
)

参数

period  TimeSpan
计数周期时间间隔。
onPeriod  ActionInt64
当达到一个周期时的回调函数,参数为周期内的累计计数值。

参见