点击或拖拽改变大小

SubscribeTopicRemoveSubscribeTick 方法

减少一个订阅的计数信息,用户可以手动调用,比如判断是否是最后一次移除,然后决定是否通过 MqttClient 取消订阅主题
Reduce the count information of a subscription, the user can call it manually, such as judging whether it is the last removal, and then decide whether to unsubscribe the topic through MqttClient

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

返回值

类型:Int64
返回减少计数后的值
参见