断开与代理的连接

Private Sub Disconnect() mClient.Disconnect MqttDisconnectionNormal ' Use a text control to indicate whether the connection was disconnected If mClient.Connected = False Then isConnected.Caption = "False" End If End Sub
提供反馈
对本文档有问题或反馈吗? 请在这里提交您的反馈
Normal