Class ServerNode
ServerNode contains information about a single node in server
Inheritance
System.Object
ServerNode
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[Serializable]
public class ServerNode
Properties
IsReplica
Is server a replica node.
Declaration
public bool IsReplica { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Port
Port of server node
Declaration
public int Port { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ServerIP
IP Address of server node
Declaration
public string ServerIP { get; set; }
Property Value
Type | Description |
---|---|
System.String |