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

PreSuperStart() protected method

Called when Router is initialized but before the base class' Start to be able to do extra initialization in a subclass.
protected PreSuperStart ( ) : void
return void
        protected virtual void PreSuperStart() { }