| IReconnectionPolicy Interface | 
             Policy that decides how often the reconnection to a dead node is attempted.
             Each time a node is detected dead (because a connection error occurs), a new
             IReconnectionSchedule instance is created (through the
             NewSchedule()). Then each call to the
             IReconnectionSchedule#NextDelayMs method of this instance will
             decide when the next reconnection attempt to this node will be tried. Note
             that if the driver receives a push notification from the Cassandra cluster
             that a node is UP, any existing IReconnectionSchedule on that
             node will be cancelled and a new one will be created (in effect, the driver
             reset the scheduler). The default ExponentialReconnectionPolicy
             policy is usually adequate.
            
 
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.4.0
Syntaxpublic interface IReconnectionPolicy
The IReconnectionPolicy type exposes the following members.
Methods| 
								 
							 | Name | Description | 
|---|
  | NewSchedule | 
             Creates a new schedule for reconnection attempts.
              | 
Top
See Also