ProvisioningClientMqttSettings.IdleTimeout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specify client-side heartbeat interval. The interval, that the client establishes with the service, for sending keep alive pings.
public TimeSpan IdleTimeout { get; set; }
member this.IdleTimeout : TimeSpan with get, set
Public Property IdleTimeout As TimeSpan
Property Value
Remarks
The default value is 2 minutes.
The client will consider the connection as disconnected if the keep alive ping fails. Setting a very low idle timeout value can cause aggressive reconnects, and might not give the client enough time to establish a connection before disconnecting and reconnecting.
Applies to
Azure SDK for .NET