.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    ClientState Enum

    Namespace: Hazelcast
    Assembly: Hazelcast.Net.dll

    Defines the possible states of the client.

    public enum ClientState

    Fields

    ClusterChanged

    The client, which was Disconnected, is about to reconnect to a different cluster.

    Connected

    The client is connected.

    Disconnected

    The client has been disconnected.

    Shutdown

    The client has shut down.

    ShuttingDown

    The client is shutting down.

    Started

    The client has started, and is now trying to connect to a first member.

    Starting

    The client is starting.

    Extension Methods

    ClientStateExtensions.IsActiveState(ClientState)
    In this article
    Back to top Copyright © 2010-2024 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.