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: Dse
Assembly: Dse (in Dse.dll) Version: 2.3.0
Syntax
C#
public IReconnectionPolicy ReconnectionPolicy { get; }

Property Value

Type: IReconnectionPolicy
See Also