Brunet.Simulator.Transport.ConeNat.HandleEviction C# (CSharp) Метод

HandleEviction() приватный Метод

If there are no more entries in the cache, our mapping has, we will no longer allow inbound connections.
private HandleEviction ( object sender, bool>.TimeBasedCache ea ) : void
sender object
ea bool>.TimeBasedCache
Результат void
    private void HandleEviction(object sender,
        TimeBasedCache<TransportAddress, bool>.EvictionArgs ea)
    {
      _allow_inbound = _allowed.Count > 0;
    }