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 Member
Inheritance
System.Object
NodeInfo
Namespace:
Assembly: Alachisoft.NCache.Client.dll
Syntax
public class NodeInfo : object
Properties
Name | Description |
---|---|
Ip |
IPAddress of the node joining / leaving the cluster. |
Port | Port, the member uses for the cluster-wide communication. |
Methods
Name | Description |
---|---|
To |
provides the string representation of NodeInfo. |