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