.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    ConnectionRetryOptions Class

    Namespace: Hazelcast.Core
    Assembly: Hazelcast.Net.dll

    Represents the configuration for the retry strategy.

    public class ConnectionRetryOptions
    Inheritance
    Object
    ConnectionRetryOptions
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()

    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.

    In This Article
    Back to top Copyright © 2010-2022 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.