Table of Contents

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

long

ServerId

Instance status

public long ServerId { get; }

Property Value

long

Status

Instance status

public DDM_INSTANCE_STATE Status { get; }

Property Value

DDM_INSTANCE_STATE

Uptime

Instance uptime

public long Uptime { get; }

Property Value

long