3using System.Threading.Tasks;
31 Endpoint.StatusReported(this.
Status, RemoteEndpoint);
32 return Task.FromResult(
true);
Represents one endpoint (or participant) in the network cluster.
Alive message regularly sent on the network to inform members of the cluster of the status of the cur...
object Status
Machine status.
Task< bool > MessageReceived(ClusterEndpoint Endpoint, IPEndPoint RemoteEndpoint)
Method called when the message has been received.
Interface for cluster messages.