Click or drag to resize

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.12.3
Syntax
public virtual int GetConnectionAttemptLimit()

Return Value

Type: Int32
number of times to attempt to connect
See Also