MqttFileMonitorItemUpdateProgress 方法 |
更新当前的文件的状态
命名空间:
HslCommunication.Core
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public void UpdateProgress(
long progress,
long total
)
Public Sub UpdateProgress (
progress As Long,
total As Long
)
public:
void UpdateProgress(
long long progress,
long long total
)
member UpdateProgress :
progress : int64 *
total : int64 -> unit
参数
- progress
- 类型:SystemInt64
当前的进度信息 - total
- 类型:SystemInt64
当前的总大小
参见