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.1.2.0 (12.1.2.0)
语法 public long RemoveSubscribeTick()
Public Function RemoveSubscribeTick As Long
public:
long long RemoveSubscribeTick()
member RemoveSubscribeTick : unit -> int64
返回值
类型:
Int64返回减少计数后的值
参见