.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    RetryTimeoutSeconds Property

    RetryTimeoutSeconds

    Gets or sets the invocation timeout.

    Declaration
    public int RetryTimeoutSeconds { get; set; }
    Property Value
    Int32
    Remarks

    The RetryTimeoutSeconds is a soft timeout that prevents retrying an invocation for too long in case it fails. It does not controls the duration of a single try, and does not abort it. And invocation single try can run for as long as the connection that supports it remains open.

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