| ExponentialReconnectionPolicy Constructor  | 
             Creates a reconnection policy waiting exponentially longer for each new
             attempt.
            
 
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.4.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