点击或拖拽改变大小

MqttClient.SubscribeMessage 方法

重载列表
  名称说明
公共方法代码示例SubscribeMessage(String)
从服务器订阅一个或多个主题信息
Subscribe to one or more topics from the server
公共方法代码示例SubscribeMessage(String[])
从服务器订阅一个或多个主题信息
Subscribe to one or more topics from the server
公共方法SubscribeMessage(MqttSubscribeMessage)
向服务器订阅一个主题消息,可以指定订阅的主题数组,订阅的质量等级,还有消息标识符
To subscribe to a topic message from the server, you can specify the subscribed topic array, the subscription quality level, and the message identifier
Top
参见