Hazelcast .NET
Search Results for

    Show / Hide Table of Contents

    Addresses Property

    Addresses

    Gets or sets the list of initial addresses.

    Declaration
    public IList<string> Addresses { get; }
    Property Value
    IList<String>
    Remarks

    The client uses this list to find a running member and connect to it. This initial member will then send the list of other members to the client.

    Each address must be a valid IPv4 or IPv6 address.

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