Solclient
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.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public int ReconnectRetriesWaitInMsecs { get; set; }
Public Property ReconnectRetriesWaitInMsecs As Integer Get Set
public: property int ReconnectRetriesWaitInMsecs { int get (); void set (int value); }
Property Value
Type: Int32See Also