Akka.Cluster.ClusterRemoteWatcher.WatchNode C# (CSharp) 메소드

WatchNode() 보호된 메소드

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