Click or drag to resize

PoliciesDefaultReconnectionPolicy Property

The default reconnection policy.

The default reconnection policy is an ExponentialReconnectionPolicy where the base delay is 1 second and the max delay is 10 minutes;

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.11.0
Syntax
C#
public static IReconnectionPolicy DefaultReconnectionPolicy { get; }

Property Value

Type: IReconnectionPolicy
See Also