.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    MessagingOptions Class

    Namespace: Hazelcast.Messaging
    Assembly: Hazelcast.Net.dll

    Represents messaging options.

    public class MessagingOptions
    Inheritance
    object
    MessagingOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()

    Constructors

    Name Description
    MessagingOptions()

    Initializes a new instance of the MessagingOptions class.

    Properties

    Name Description
    MinRetryDelayMilliseconds

    Gets or sets the min retry delay.

    RetryOnClientReconnecting

    Whether to retry an invocation that has failed to start because the client was offline but still active and reconnecting.

    RetryTimeoutSeconds

    Gets or sets the invocation timeout.

    RetryUnsafeOperations

    Whether to retry all operations including unsafe operations.

    In this article
    Back to top Copyright © 2010-2024 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.