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

HandleEviction() protected method

When we get an eviction, we need to consider disconnecting the connection.
protected HandleEviction ( object sender, bool>.TimeBasedCache ea ) : void
sender object
ea bool>.TimeBasedCache
return void
    protected void HandleEviction(object sender, TimeBasedCache<Address, bool>.EvictionArgs ea)
    {
      DelayedRemove(ea.Key, "No longer needed");
    }
  }