.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    MemberInfo Constructor

    MemberInfo(Guid, NetworkAddress, MemberVersion, Boolean, IReadOnlyDictionary<String, String>)

    Initializes a new instance of the MemberInfo class.

    Declaration
    public MemberInfo(Guid id, NetworkAddress address, MemberVersion version, bool isLiteMember, IReadOnlyDictionary<string, string> attributes)
    Parameters
    Guid id

    The unique identifier of the member.

    NetworkAddress address

    The network address of the member.

    MemberVersion version

    The version of the server running the member.

    Boolean isLiteMember

    Whether the member is a "lite" member.

    IReadOnlyDictionary<String, String> attributes

    Attributes of the member.

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