点击或拖拽改变大小

HslTimeOut 字段

HslTimeOut 类型公开以下成员。

字段
  名称说明
公共字段静态成员TimeoutDealCount
当前的超时对象处理的总个数,如果需要重置该值,方便重新计数,请调用如下代码: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 );
Top
参见