Click or drag to resize
ConstantReconnectionPolicy Constructor
Creates a reconnection policy that creates with the provided constant wait time between reconnection attempts.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public ConstantReconnectionPolicy(
	long constantDelayMs
)

Parameters

constantDelayMs
Type: SystemInt64
the constant delay in milliseconds to use.
See Also