.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    RedoOperations Property

    RedoOperations

    Whether to retry operations.

    Declaration
    public bool RedoOperations { get; set; }
    Property Value
    bool
    Remarks

    While sending the requests to related members, operations can fail due to various reasons. Read-only operations are retried by default. If you want to enable retry for the other operations, set this property to true.

    Note that it is not clear whether the operation is performed or not. For idempotent operations this is harmless, but for non idempotent ones retrying can cause undesirable effects. Also note that the redo can perform on any member.

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