你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MqttTransportSettings.WillMessage 属性

定义

配置的 将在意外断开连接时发送到遥测通道的消息。

public Microsoft.Azure.Devices.Client.Transport.Mqtt.IWillMessage WillMessage { get; set; }
member this.WillMessage : Microsoft.Azure.Devices.Client.Transport.Mqtt.IWillMessage with get, set
Public Property WillMessage As IWillMessage

属性值

注解

遥测通道可以是默认事件终结点,也可以是 IoT 中心路由定义的自定义终结点。 如需更多详细信息,请参阅 https://docs.microsoft.com/azure/iot-hub/iot-hub-mqtt-support#using-the-mqtt-protocol-directly-as-a-device.

适用于