Brunet.Connections.OnDemandConnectionOverlord.Stop C# (CSharp) Method

Stop() public method

Need to call stop in order to stop the recycling of the cache.
public Stop ( ) : void
return void
    override public void Stop()
    {
      _cache.Stop();
      base.Stop();
    }