Click or drag to resize
FixedReconnectionPolicy Constructor
Creates a new instance of a reconnection policy for which is possible to specify custom reconnection delays for each attempt.

The last delay provided will be used for the rest of the attempts.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public FixedReconnectionPolicy(
	params long[] delays
)

Parameters

delays
Type: SystemInt64
See Also