.NET Client Documentation
5.5.0
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
    int
    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
    • RetryTimeoutSeconds
    Back to top Copyright © 2010-2024 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.