ConnectionRetryOptions Class
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net.dll
Represents the configuration for the retry strategy.
public class ConnectionRetryOptions
  Constructors
| ConnectionRetryOptions() | Initializes a new instance of the ConnectionRetryOptions class.  | 
      
Properties
| ClusterConnectionTimeoutMilliseconds | Gets or sets the timeout in milliseconds.  | 
      
| InitialBackoffMilliseconds | Gets or sets the initial back-off time in milliseconds.  | 
      
| Jitter | Gets or sets the jitter.  | 
      
| MaxBackoffMilliseconds | Gets or sets the maximum back-off time in milliseconds.  | 
      
| Multiplier | Gets or sets the multiplier.  |