SubscribeTopicAddSubscribeTick 方法 |
增加一个订阅的计数信息,不需要手动调用,在
MqttClient 订阅主题之后,会自动增加
Add a subscription count information, no need to manually call it, it will be automatically added after
MqttClient subscribes to the topic
命名空间:
HslCommunication.MQTT
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public long AddSubscribeTick()
Public Function AddSubscribeTick As Long
public:
long long AddSubscribeTick()
member AddSubscribeTick : unit -> int64
返回值
类型:
Int64返回增加计数后的值
参见