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

Receive() protected méthode

protected Receive ( object message ) : bool
message object
Résultat bool
        protected override bool Receive(object message)
        {
            return Establishing(message);
        }