Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IClusterMessage.cs
1using System;
2using System.Net;
3using System.Threading.Tasks;
4
6{
11 {
19 Task<bool> MessageReceived(ClusterEndpoint LocalEndpoint, IPEndPoint RemoteEndpoint);
20 }
21}
Represents one endpoint (or participant) in the network cluster.
Interface for cluster messages.
Task< bool > MessageReceived(ClusterEndpoint LocalEndpoint, IPEndPoint RemoteEndpoint)
Method called when the message has been received.
Interface for cluster objects.