ExponentialReconnectionPolicy Constructor  | 
 
             Creates a reconnection policy waiting exponentially longer for each new
             attempt.
            
 
    Namespace: 
   Cassandra
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.11.0
Syntaxpublic ExponentialReconnectionPolicy(
	long baseDelayMs,
	long maxDelayMs
)
Parameters
- baseDelayMs
 - Type: SystemInt64
 the base delay in milliseconds to use for the
             schedules created by this policy.   - maxDelayMs
 - Type: SystemInt64
 the maximum delay to wait between two
             attempts. 
See Also