ConstantReconnectionPolicy Class |
Namespace: Dse
public class ConstantReconnectionPolicy : IReconnectionPolicy
The ConstantReconnectionPolicy type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConstantReconnectionPolicy |
Creates a reconnection policy that creates with the provided constant wait
time between reconnection attempts.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | NewSchedule |
A new schedule that uses a constant ConstantDelayMs delay between reconnection attempt.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | ConstantDelayMs |
Gets the constant delay used by this reconnection policy.
|