| ClientNetworkConfigGetConnectionAttemptLimit Method |
While client is trying to connect initially to one of the members in the configured address list,
all might be not available. Instead of giving up, throwing Exception and stopping client, it will
attempt to retry as much as connection attempt limit times.
Namespace:
Hazelcast.Config
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax public virtual int GetConnectionAttemptLimit()
Public Overridable Function GetConnectionAttemptLimit As Integer
public:
virtual int GetConnectionAttemptLimit()
abstract GetConnectionAttemptLimit : unit -> int
override GetConnectionAttemptLimit : unit -> int
Return Value
Type:
Int32number of times to attempt to connect
See Also