.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    TimeoutMilliseconds Property

    TimeoutMilliseconds

    Gets or sets the timeout (how long to wait before declaring a connection down).

    Declaration
    public int TimeoutMilliseconds { get; set; }
    Property Value
    int
    Remarks

    Heartbeat will consider that connections that have not received data for the timeout duration, although they should have been pinged, are down.

    The timeout should be longer than the period.

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