Class SClKeepAliveClientStates
- Namespace
- SWConfigDataClientLib.Proxies.Admin
- Assembly
- IpPbxCDSClientLib.dll
Describes the state of an IFB client.
public class SClKeepAliveClientStates
- Inheritance
-
SClKeepAliveClientStates
Constructors
SClKeepAliveClientStates()
Default contructor
public SClKeepAliveClientStates()
Fields
m_Transport
protected TSClKeepAliveClientStates m_Transport
Field Value
- TSClKeepAliveClientStates
Properties
Active
this client instance is the active instance
public bool Active { get; }
Property Value
BoundToMss
the client is bound to the MSS
public bool BoundToMss { get; }
Property Value
BoundToSss
the client is bound to the SSS
public bool BoundToSss { get; }
Property Value
ClientType
type of client
public StandbyClientType ClientType { get; }
Property Value
IsAlive
client is alive (i.e. it does send keep-alive messages)
public bool IsAlive { get; }
Property Value
Name
name of instance (usually the name of the host running the instance)
public string Name { get; }
Property Value
Port
clients port
public ushort Port { get; }
Property Value
PrimaryInstance
name of instance which is backed up by this instance
public string PrimaryInstance { get; }
Property Value
Timeout
Timeout for keep-alive.
public uint Timeout { get; }
Property Value
m_IpAddress
clients IP address used for the keep-alive connection
public byte[] m_IpAddress { get; }
Property Value
- byte[]