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.0.9 (git 5ca22bb)
Syntax
C#
public static IReconnectionPolicy DefaultReconnectionPolicy { get; }

Property Value

Type: IReconnectionPolicy
See Also