Akka.Cluster.Tools.Client.ClusterClient.SendToAll.SendToAll C# (CSharp) Method

SendToAll() public method

public SendToAll ( string path, object message ) : System
path string
message object
return System
            public SendToAll(string path, object message)
            {
                Path = path;
                Message = message;
            }
        }
ClusterClient.SendToAll