Click or drag to resize

ExponentialReconnectionPolicy Constructor

Creates a reconnection policy waiting exponentially longer for each new attempt.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public ExponentialReconnectionPolicy(
	long baseDelayMs,
	long maxDelayMs
)

Parameters

baseDelayMs
Type: SystemInt64
the base delay in milliseconds to use for the schedules created by this policy.
maxDelayMs
Type: SystemInt64
the maximum delay to wait between two attempts.
See Also