Class ClientInfo
This class provides detail information about cache client
Inheritance
System.Object
ClientInfo
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class ClientInfo : ICloneable, ICompactSerializable
AppName
Declaration
public string AppName { get; set; }
Property Value
Type |
Description |
System.String |
|
ClientID
Declaration
public string ClientID { get; set; }
Property Value
Type |
Description |
System.String |
|
IPAddress
IPAddress of the cache client
Declaration
public IPAddress IPAddress { get; set; }
Property Value
Type |
Description |
System.Net.IPAddress |
|
MachineName
Name of the machine the client is running on
Declaration
public string MachineName { get; set; }
Property Value
Type |
Description |
System.String |
|
ProcessID
Process ID of the cache client
Declaration
public int ProcessID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Status
Declaration
public ConnectivityStatus Status { get; set; }
Property Value
Clone()
Declaration
Returns
Type |
Description |
System.Object |
|
Deserialize(CompactReader)
Declaration
public void Deserialize(CompactReader reader)
Parameters
Implements
GetLegacyClientID(ClientInfo)
Declaration
public static string GetLegacyClientID(ClientInfo info)
Parameters
Returns
Type |
Description |
System.String |
|
Serialize(CompactWriter)
Declaration
public void Serialize(CompactWriter writer)
Parameters
Implements
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()
TryParseLegacyClientID(String)
Declaration
public static ClientInfo TryParseLegacyClientID(string clientId)
Parameters
Type |
Name |
Description |
System.String |
clientId |
|
Returns