ClusterVersion Class
Namespace: Hazelcast.Models
Assembly: Hazelcast.Net.dll
Represents the version of the cluster.
public sealed class ClusterVersion
  Inherited Members
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.  |