Class ClusterHealthElement
- Namespace
- MASES.DataDistributionManager.Bindings
- Assembly
- DataDistributionManagerNet.dll
Container of cluster instance information
public class ClusterHealthElement
- Inheritance
-
ClusterHealthElement
- Inherited Members
Properties
LastContactTime
Last contact time of the instance
public long LastContactTime { get; }
Property Value
ServerId
Instance status
public long ServerId { get; }
Property Value
Status
Instance status
public DDM_INSTANCE_STATE Status { get; }
Property Value
Uptime
Instance uptime
public long Uptime { get; }