示例#1
0
        protected virtual void Unwatch(ServiceRegistryMetta metta)
        {
            if (_watcher == null)
            {
                return;
            }

            if (!_watcher.IsInWatchList(metta.ServerAddress))
            {
                return;
            }

            _watcher.Unwatch(metta.ServerAddress);
        }