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.10.0
Syntaxpublic FixedReconnectionPolicy(
	params long[] delays
)
Parameters
- delays
 - Type: SystemInt64
 
See Also