3using System.Threading.Tasks;
30 return Endpoint.AssuredDelivery(this.
MessageID, Endpoint, RemoteEndpoint);
Represents one endpoint (or participant) in the network cluster.
Delivers a message, as part of an assured message transfer
Task< bool > MessageReceived(ClusterEndpoint Endpoint, IPEndPoint RemoteEndpoint)
Method called when the message has been received.
Interface for cluster messages.