.NET Client Documentation
5.6.0
Search Results for

    Show / Hide Table of Contents

    RoutingMode Class

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

    Clients can connect to cluster members in one of 3 modes:

    SingleMember Client only connects to a single member. AllMembers Client connects to all cluster members. MultiMember Client only connects to a subset of members based on RoutingStrategy.
    public class RoutingMode
    Inheritance
    object
    RoutingMode
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()

    Constructors

    Name Description
    RoutingMode()

    Initializes a new instance of the RoutingMode class.

    RoutingMode(bool)

    Initializes a new instance of the RoutingMode class.

    Properties

    Name Description
    Mode

    Routing mode of the client.

    Strategy

    The strategy for selected routing mode. Default is PartitionGroups

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