Akka.Cluster.Tools.Client.ClusterClient.Send.Send C# (CSharp) 메소드

Send() 공개 메소드

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