SessionPropertiesReconnectRetriesWaitInMsecs Property
            How much time (in ms) to wait between each attempt to connect or reconnect to a host.
            If a connect or reconnect attempt to host is not
            successful, the API waits for the amount of time set for
            
ReconnectRetriesWaitInMsecs,
            and then makes another connect or reconnect attempt.
            
ConnectRetriesPerHost sets
            how many connection or reconnection attempts can be made
            before moving to the next host in the list.
            
            The valid range is >=0.
            Default: 3000
            
Namespace: SolaceSystems.Solclient.MessagingAssembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.28.2
public int ReconnectRetriesWaitInMsecs { get; set; }
Property Value
Int32