C# Class PureCat.Message.Spi.Heartbeat.NodeStatusInfo

Inheritance: IRefresh, IXmlSerializable
Afficher le fichier Open project: chinaboard/PureCat Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetSchema ( ) : System.Xml.Schema.XmlSchema
NodeStatusInfo ( ) : PureCat.Message.Spi.Heartbeat.Extend
NodeStatusInfo ( IMessageStatistics statistics ) : PureCat.Message.Spi.Heartbeat.Extend
ReadXml ( System reader ) : void
Refresh ( ) : void
WriteXml ( System writer ) : void

Method Details

GetSchema() public méthode

public GetSchema ( ) : System.Xml.Schema.XmlSchema
Résultat System.Xml.Schema.XmlSchema

NodeStatusInfo() public méthode

public NodeStatusInfo ( ) : PureCat.Message.Spi.Heartbeat.Extend
Résultat PureCat.Message.Spi.Heartbeat.Extend

NodeStatusInfo() public méthode

public NodeStatusInfo ( IMessageStatistics statistics ) : PureCat.Message.Spi.Heartbeat.Extend
statistics IMessageStatistics
Résultat PureCat.Message.Spi.Heartbeat.Extend

ReadXml() public méthode

public ReadXml ( System reader ) : void
reader System
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void

WriteXml() public méthode

public WriteXml ( System writer ) : void
writer System
Résultat void