.NET Client Documentation
5.2.2
Search Results for

    Show / Hide Table of Contents

    MemberInfoState Struct

    Namespace: Hazelcast.Models
    Assembly: Hazelcast.Net.dll

    Represents the state of a member of a cluster.

    public readonly struct MemberInfoState : IEquatable<MemberInfoState>
    Implements
    IEquatable<MemberInfoState>
    Inherited Members
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)

    Properties

    Name Description
    IsConnected

    Whether the member is connected.

    Member

    Gets the member.

    Methods

    Name Description
    Equals(MemberInfoState)

    Indicates whether the current object is equal to another object of the same type.

    Equals(object?)

    Indicates whether this instance and a specified object are equal.

    GetHashCode()

    Returns the hash code for this instance.

    Operators

    Name Description
    operator ==(MemberInfoState, MemberInfoState)
    operator !=(MemberInfoState, MemberInfoState)
    In This Article
    Back to top Copyright © 2010-2023 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.