Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ClusterEndpointStatusEventArgs.cs
1
using
System.Net;
2
3
namespace
Waher.Networking.Cluster
4
{
8
public
class
ClusterEndpointStatusEventArgs
:
ClusterEndpointEventArgs
9
{
10
private
readonly
object
status;
11
17
public
ClusterEndpointStatusEventArgs
(IPEndPoint
Endpoint
,
object
Status
)
18
: base(
Endpoint
)
19
{
20
this.status =
Status
;
21
}
22
26
public
object
Status
=> this.status;
27
}
28
}
Waher.Networking.Cluster.ClusterEndpointEventArgs
Event arguments for cluster endpoint events.
Definition:
ClusterEndpointEventArgs.cs:10
Waher.Networking.Cluster.ClusterEndpointEventArgs.Endpoint
IPEndPoint Endpoint
Identity of cluster endpoiunt.
Definition:
ClusterEndpointEventArgs.cs:26
Waher.Networking.Cluster.ClusterEndpointStatusEventArgs
Event arguments for cluster endpoint status events.
Definition:
ClusterEndpointStatusEventArgs.cs:9
Waher.Networking.Cluster.ClusterEndpointStatusEventArgs.Status
object Status
Endpoint status.
Definition:
ClusterEndpointStatusEventArgs.cs:26
Waher.Networking.Cluster.ClusterEndpointStatusEventArgs.ClusterEndpointStatusEventArgs
ClusterEndpointStatusEventArgs(IPEndPoint Endpoint, object Status)
Event arguments for cluster endpoint status events.
Definition:
ClusterEndpointStatusEventArgs.cs:17
Waher.Networking.Cluster
Definition:
Program.cs:9
IoTGateway
Networking
Waher.Networking.Cluster
ClusterEndpointStatusEventArgs.cs
Generated by
1.9.5