点击或拖拽改变大小

MqttClientUnSubscribeMessage 方法

重载列表
  名称说明
公共方法代码示例UnSubscribeMessage(String)
取消订阅指定的主题信息,取消之后,就不再接收当前主题的数据,除非服务器强制推送
Unsubscribe from the specified topic information. After cancellation, the data of the current topic will no longer be received unless the server forces push
公共方法代码示例UnSubscribeMessage(String)
取消订阅多个主题信息,取消之后,当前的订阅数据就不在接收到,除非服务器强制推送。
Unsubscribe from multiple topic information. After cancellation, the current subscription data will not be received unless the server forces it to push it.
Top
参见