Class ClientInfo
This class provides detailed information about cache client.
Inheritance
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class ClientInfo : ICloneable, ICompactSerializable
Properties
Name | Description |
---|---|
App |
Application's name. |
Client |
ClientID is a unique id. |
Client |
Version of NCache client. |
IPAddress | IPAddress of the cache client. |
Is |
|
Logical |
Available logical cores of Cache Client |
Mac |
Mac Address of cache client |
Machine |
Name of the machine the client is running on. |
Memory | |
Operation |
|
Physical |
Available physical cores of Cache Client |
Process |
Process ID of the cache client. |
Status | Connectivity |
Methods
Name | Description |
---|---|
Clone() | Clones the object and returns the newly created clone of the object. |
Deserialize(Compact |
Deserializes the Compact reader object passed to it |
Get |
GetLegacyClientId returns the client id in string. |
Serialize(Compact |
Serializes the CompactWriter object |
To |
Converts Client Info to string , contains client id , Application name ,Process id , machine name and address. |
Try |
TryParseLegacyClientId parse the Client id and get information about the client id in the form of ClientInfo |