Akka.Cluster.ClusterRemoteWatcher.WatchNode C# (CSharp) Method

WatchNode() protected method

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