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