Brunet.Connections.OnDemandConnectionOverlord.HandleEviction C# (CSharp) 메소드

HandleEviction() 보호된 메소드

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
리턴 void
    protected void HandleEviction(object sender, TimeBasedCache<Address, bool>.EvictionArgs ea)
    {
      DelayedRemove(ea.Key, "No longer needed");
    }
  }