MqttRpcApiInfoCalledCountAddOne 方法 |
使用原子的操作增加一次调用次数的数据信息,需要传入当前的消耗的时间,单位为100倍毫秒
命名空间:
HslCommunication.MQTT
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public void CalledCountAddOne(
long timeSpend
)
Public Sub CalledCountAddOne (
timeSpend As Long
)
public:
void CalledCountAddOne(
long long timeSpend
)
member CalledCountAddOne :
timeSpend : int64 -> unit
参数
- timeSpend
- 类型:SystemInt64
当前调用花费的时间,单位为100倍毫秒
参见