Click or drag to resize

IReconnectionSchedule Interface

Schedules reconnection attempts to a node.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public interface IReconnectionSchedule

The IReconnectionSchedule type exposes the following members.

Methods
  NameDescription
Public methodNextDelayMs
When to attempt the next reconnection. This method will be called once when the host is detected down to schedule the first reconnection attempt, and then once after each failed reconnection attempt to schedule the next one. Hence each call to this method are free to return a different value.
Top
See Also

Reference