FixedReconnectionPolicy Constructor |
Creates a new instance of a reconnection policy for which is possible to specify custom reconnection delays for each attempt.
The last delay provided will be used for the rest of the attempts.
Namespace:
Dse
Assembly:
Dse (in Dse.dll) Version: 2.9.0
Syntax public FixedReconnectionPolicy(
params long[] delays
)
Parameters
- delays
- Type: SystemInt64
See Also