MemberVersion Class
Namespace: Hazelcast.Models
Assembly: Hazelcast.Net.dll
Represents the version of a cluster member.
public class MemberVersion
Constructors
| MemberVersion(Byte, Byte, Byte) | Initializes a new instance of the MemberVersion class. |
Properties
| Major | Gets the major version number. |
| Minor | Gets the minor version number. |
| Patch | Gets the patch version number. |
Methods
| ToString() |