Class NodeStatus
NodeStatus class contains the Node Status related information in it.
Inheritance
System.Object
NodeStatus
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class NodeStatus
Properties
ConnectedNodes
Nodes connected to the cache.
Declaration
public ServerNode[] ConnectedNodes { get; set; }
Property Value
Type | Description |
---|---|
ServerNode[] |
ConnectivityStatus
Connectivity status of the node.
Declaration
public ConnectivityStatus ConnectivityStatus { get; set; }
Property Value
Type | Description |
---|---|
ConnectivityStatus |
NodeInfo
Information of the server node.
Declaration
public ServerNode NodeInfo { get; set; }
Property Value
Type | Description |
---|---|
ServerNode |