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

MqttTransportSettings.KeepAliveInSeconds 属性

定义

客户端与服务建立的发送协议级别 keep-alive ping 的间隔(以秒为单位)。 默认值为 300 秒。

public int KeepAliveInSeconds { get; set; }
member this.KeepAliveInSeconds : int with get, set
Public Property KeepAliveInSeconds As Integer

属性值

注解

客户端将每次设置的保持连接持续时间发送 4 次 ping 请求。 它将等待 30 秒的 ping 响应,否则会将连接标记为断开连接。 设置非常低的保持连接值可能会导致主动重新连接,并且可能无法在断开连接和重新连接之前给客户端足够的时间建立连接。

适用于