MqttConnectionOptionsKeepAliveSendInterval 属性 |
获取或是设置心跳时间的发送间隔。默认30秒钟
Get or set the heartbeat time interval. 30 seconds by default
命名空间:
HslCommunication.MQTT
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public TimeSpan KeepAliveSendInterval { get; set; }
Public Property KeepAliveSendInterval As TimeSpan
Get
Set
public:
property TimeSpan KeepAliveSendInterval {
TimeSpan get ();
void set (TimeSpan value);
}
member KeepAliveSendInterval : TimeSpan with get, set
属性值
类型:
TimeSpan参见