ConstantReconnectionPolicy Constructor |
Creates a reconnection policy that creates with the provided constant wait
time between reconnection attempts.
Namespace:
Dse
Assembly:
Dse (in Dse.dll) Version: 2.8.0
Syntaxpublic ConstantReconnectionPolicy(
long constantDelayMs
)
Parameters
- constantDelayMs
- Type: SystemInt64
the constant delay in milliseconds to use.
See Also