.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    ClusterVersion Class

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

    Represents the version of the cluster.

    public sealed class ClusterVersion
    Inheritance
    object
    ClusterVersion
    Inherited Members
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)

    Constructors

    Name Description
    ClusterVersion(byte, byte)

    Initializes a new instance of the ClusterVersion class.

    Fields

    Name Description
    Unknown

    Properties

    Name Description
    IsUnknown
    Major

    Gets the major version number.

    Minor

    Gets the minor version number.

    Methods

    Name Description
    Equals(object)

    Determines whether the specified object is equal to the current object.

    GetHashCode()

    Serves as the default hash function.

    Parse(string)

    Parses a string representation of the cluster version.

    ToString()

    Returns a string representation of the cluster version.

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