Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ClusterGetStatusEventArgs.cs
1
using
System;
2
3
namespace
Waher.Networking.Cluster
4
{
8
public
class
ClusterGetStatusEventArgs
: EventArgs
9
{
10
private
object
status =
null
;
11
15
public
ClusterGetStatusEventArgs
()
16
{
17
}
18
22
public
object
Status
23
{
24
get
=> this.status;
25
set
=> this.status = value;
26
}
27
}
28
}
Waher.Networking.Cluster.ClusterGetStatusEventArgs
Event arguments for cluster get status events.
Definition:
ClusterGetStatusEventArgs.cs:9
Waher.Networking.Cluster.ClusterGetStatusEventArgs.Status
object Status
Current status of service.
Definition:
ClusterGetStatusEventArgs.cs:23
Waher.Networking.Cluster.ClusterGetStatusEventArgs.ClusterGetStatusEventArgs
ClusterGetStatusEventArgs()
Event arguments for cluster get status events.
Definition:
ClusterGetStatusEventArgs.cs:15
Waher.Networking.Cluster
Definition:
Program.cs:9
IoTGateway
Networking
Waher.Networking.Cluster
ClusterGetStatusEventArgs.cs
Generated by
1.9.5