3using System.Threading.Tasks;
23 await Endpoint.EndpointShutDown(RemoteEndpoint);
Represents one endpoint (or participant) in the network cluster.
Message sent when an endpoint is shut down, to let the other endpoints know the current endpoint is n...
async Task< bool > MessageReceived(ClusterEndpoint Endpoint, IPEndPoint RemoteEndpoint)
Message sent when an endpoint is shut down, to let the other endpoints know the current endpoint is n...
Interface for cluster messages.