MqttServerDeleteRetainTopic 方法 |
删除服务器里的指定主题的驻留消息。
Delete the resident message of the specified topic in the server.
命名空间:
HslCommunication.MQTT
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public void DeleteRetainTopic(
string topic
)
Public Sub DeleteRetainTopic (
topic As String
)
public:
void DeleteRetainTopic(
String^ topic
)
member DeleteRetainTopic :
topic : string -> unit
参数
- topic
- 类型:SystemString
等待删除的主题关键字
参见