Click or drag to resize

PoliciesDefaultReconnectionPolicy Property

The default reconnection policy.

The default reconnection policy is an ExponentialReconnectionPolicy where the base delay is 1 second and the max delay is 10 minutes;

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public static IReconnectionPolicy DefaultReconnectionPolicy { get; }

Property Value

Type: IReconnectionPolicy
See Also