.NET Client Documentation
5.3.0
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

    Name Description
    ConnectionRetryOptions()

    Initializes a new instance of the ConnectionRetryOptions class.

    Properties

    Name Description
    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-2023 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.