Akka.Tests.Routing.RoutingSpec.TestResizer.Resize C# (CSharp) 메소드

Resize() 공개 메소드

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