Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
NodeStatusChanged.cs
2
4{
9 {
10 private Message[] messages = null;
11
16 : base()
17 {
18 }
19
24 {
25 get => this.messages;
26 set => this.messages = value;
27 }
28
32 public override SourceEventType EventType
33 {
34 get { return SourceEventType.NodeStatusChanged; }
35 }
36 }
37}
Contains information about a message logged on a node.
Definition: Message.cs:32
Message[] Messages
Messages on node, at time of event.
override SourceEventType EventType
Type of data source event.
NodeStatusChanged()
Node status changed event.
Abstract base class for all node status events.
SourceEventType
Data Source event types