| 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: DseAssembly: Dse (in Dse.dll) Version: 2.2.0
Syntaxpublic FixedReconnectionPolicy(
	params long[] delays
)
Parameters
- delays
 - Type: SystemInt64
 
See Also