  | ClientNetworkConfigSetConnectionAttemptPeriod Method  | 
 
            Sets 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.12.3
Syntaxpublic virtual ClientNetworkConfig SetConnectionAttemptPeriod(
	int connectionAttemptPeriod
)
Public Overridable Function SetConnectionAttemptPeriod ( 
	connectionAttemptPeriod As Integer
) As ClientNetworkConfig
public:
virtual ClientNetworkConfig^ SetConnectionAttemptPeriod(
	int connectionAttemptPeriod
)
abstract SetConnectionAttemptPeriod : 
        connectionAttemptPeriod : int -> ClientNetworkConfig 
override SetConnectionAttemptPeriod : 
        connectionAttemptPeriod : int -> ClientNetworkConfig Parameters
- connectionAttemptPeriod
 - Type: SystemInt32
time to wait before another attempt in millis 
Return Value
Type: 
ClientNetworkConfigClientNetworkConfig for chaining
See Also