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