| MqttServerSyncOnlineSessions 属性  | 
 
            获得当前同步客户端在线的MQTT客户端信息,如果客户端是短连接,将难以捕获在在线信息。
            Obtain the MQTT client information of the current synchronization client online. If the client is a short connection, it will be difficult to capture the online information. 
 
        命名空间: 
     HslCommunication.MQTT
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public MqttSession[] SyncOnlineSessions { get; }Public ReadOnly Property SyncOnlineSessions As MqttSession()
	Get
public:
property array<MqttSession^>^ SyncOnlineSessions {
	array<MqttSession^>^ get ();
}member SyncOnlineSessions : MqttSession[] with get
属性值
类型:
MqttSession 参见
参见