/// <summary>Stops the timer at which point a new DhtAddressResolver /// will need to be constructed, if used in the same process.</summary> public void Stop() { _verified_cache.Stop(); }
/// <summary>Need to call stop in order to stop the recycling of the cache.</summary> override public void Stop() { _cache.Stop(); base.Stop(); }
/// <summary>Stops the timer at which point a new DhtAddressResolver /// will need to be constructed, if used in the same process.</summary> public void Stop() { _cache.Stop(); }