Akka.Tests.Routing.RoutingSpec.TestResizer.Resize C# (CSharp) Method

Resize() public method

public Resize ( System currentRoutees ) : int
currentRoutees System
return int
            public override int Resize(System.Collections.Generic.IEnumerable<Routee> currentRoutees)
            {
                _latch.CountDown();
                return 2;
            }
        }