Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IClusterMessage.cs
1
using
System;
2
using
System.Net;
3
using
System.Threading.Tasks;
4
5
namespace
Waher.Networking.Cluster
6
{
10
public
interface
IClusterMessage
:
IClusterObject
11
{
19
Task<bool>
MessageReceived
(
ClusterEndpoint
LocalEndpoint, IPEndPoint RemoteEndpoint);
20
}
21
}
Waher.Networking.Cluster.ClusterEndpoint
Represents one endpoint (or participant) in the network cluster.
Definition:
ClusterEndpoint.cs:32
Waher.Networking.Cluster.IClusterMessage
Interface for cluster messages.
Definition:
IClusterMessage.cs:11
Waher.Networking.Cluster.IClusterMessage.MessageReceived
Task< bool > MessageReceived(ClusterEndpoint LocalEndpoint, IPEndPoint RemoteEndpoint)
Method called when the message has been received.
Waher.Networking.Cluster.IClusterObject
Interface for cluster objects.
Definition:
IClusterObject.cs:11
Waher.Networking.Cluster
Definition:
Program.cs:9
IoTGateway
Networking
Waher.Networking.Cluster
IClusterMessage.cs
Generated by
1.9.5