Click or drag to resize

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
Syntax
public virtual ClientNetworkConfig SetConnectionAttemptPeriod(
	int connectionAttemptPeriod
)

Parameters

connectionAttemptPeriod
Type: SystemInt32
time to wait before another attempt in millis

Return Value

Type: ClientNetworkConfig
ClientNetworkConfig for chaining
See Also