Akka.Cluster.ClusterRemoteWatcher.WatchNode C# (CSharp) Méthode

WatchNode() protected méthode

protected WatchNode ( IInternalActorRef watchee ) : void
watchee IInternalActorRef
Résultat void
        protected override void WatchNode(IInternalActorRef watchee)
        {
            if(!_clusterNodes.Contains(watchee.Path.Address)) base.WatchNode(watchee);
        }