NetSoftUpdateServerGetDealSizeAndReset 方法 |
获取当前处理的所有的字节信息,并且重置当前的字节数量
Get all byte information currently processed and reset the current number of bytes
命名空间:
HslCommunication.Enthernet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public long GetDealSizeAndReset()
Public Function GetDealSizeAndReset As Long
public:
long long GetDealSizeAndReset()
member GetDealSizeAndReset : unit -> int64
返回值
类型:
Int64当前处理的字节数量
备注
如果每秒调用一次本方法,就可以显示每秒的下载网速总和,如果每分钟调用一次本方法,就可以显示每分钟的下载网络总和
If this method is called once per second, the total download speed per second can be displayed. If this method is called once per minute, the total download network speed per minute can be displayed.
参见