| ClientNetworkConfigGetConnectionAttemptPeriod Method |
Gets the connection attempt period, in millis, for the next attempt to find a member to connect.
Namespace:
Hazelcast.Config
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax public virtual int GetConnectionAttemptPeriod()
Public Overridable Function GetConnectionAttemptPeriod As Integer
public:
virtual int GetConnectionAttemptPeriod()
abstract GetConnectionAttemptPeriod : unit -> int
override GetConnectionAttemptPeriod : unit -> int
Return Value
Type:
Int32connection attempt period in millis
See Also