Akka.Routing.ResizablePoolCell.PreSuperStart C# (CSharp) Method

PreSuperStart() protected method

protected PreSuperStart ( ) : void
return void
        protected override void PreSuperStart()
        {
            // initial resize, before message send
            if (resizer.IsTimeForResize(_resizeCounter.GetAndIncrement()))
            {
                Resize(true);
            }

        }