Click or drag to resize
PoliciesReconnectionPolicy Property
Gets the reconnection policy in use.

The reconnection policy defines how often the driver tries to reconnect to a dead node.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public IReconnectionPolicy ReconnectionPolicy { get; }

Property Value

Type: IReconnectionPolicy
See Also