点击或拖拽改变大小

HslTimeOutTimeoutDealCount 字段

当前的超时对象处理的总个数,如果需要重置该值,方便重新计数,请调用如下代码:long current = Interlocked.Exchange( ref HslCommunication.HslTimeOut.TimeoutDealCount, 0 );
The total number of timeout objects processed at present, if you need to reset the value to facilitate recounting, call the following code: long current = Interlocked.Exchange( ref HslCommunication.HslTimeOut.TimeoutDealCount, 0 );

命名空间:  HslCommunication
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public static long TimeoutDealCount

字段值

类型:Int64
参见