MqttSessionInfoWillTopic 属性 |
遗嘱主题
will topic
命名空间:
HslCommunication.MQTT
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public string WillTopic { get; set; }
Public Property WillTopic As String
Get
Set
public:
property String^ WillTopic {
String^ get ();
void set (String^ value);
}
member WillTopic : string with get, set
属性值
类型:
String备注
当前的会话如果因为非正常原因下线的时候,服务器立即发布该客户端的遗嘱主题及数据信息
参见