.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    ReconnectMode Enum

    Namespace: Hazelcast.Networking
    Assembly: Hazelcast.Net.dll

    Defines options for reconnecting a disconnected client.

    public enum ReconnectMode

    Fields

    DoNotReconnect

    Do not reconnect.

    ReconnectAsync

    Reconnect without blocking invocations: invocations immediately fail with a ClientOfflineException as long as the client has not reconnected.

    ReconnectSync

    Reconnect while blocking invocations: invocations are retried while the client reconnects, until they succeed, or time out.

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