Class NodeInfo
Holds the information about the cluster member nodes. It identifies each member of the cluster uniquely with a combination of the IP Address and port. An instance of this class can not be instantiated. When client applications register the events MemberJoinedCallback or MemberLeftCallback, an instance of NodeInfo is passed in the notification.
Inheritance
System.Object
NodeInfo
Assembly: Alachisoft.NCache.Client.dll
Syntax
public class NodeInfo
Properties
Name | Description |
---|---|
IpAddress | This property specifies the Ip address of the node joining/leaving the cluster. |
Port | This is the port that the members use for the cluster-wide communication. |
Methods
Name | Description |
---|---|
ToString() | This method provides the string representation of NodeInfo. |