Akka.Cluster.Tools.Client.ClusterClient.Send.Send C# (CSharp) Méthode

Send() public méthode

public Send ( string path, object message, bool localAffinity = false ) : System
path string
message object
localAffinity bool
Résultat System
            public Send(string path, object message, bool localAffinity = false)
            {
                Path = path;
                Message = message;
                LocalAffinity = localAffinity;
            }
        }
ClusterClient.Send