Akka.Actor.UnstartedCell.UnstartedCell C# (CSharp) Метод

UnstartedCell() публичный Метод

public UnstartedCell ( ActorSystemImpl system, RepointableActorRef self, Props props, IInternalActorRef supervisor ) : System
system ActorSystemImpl
self RepointableActorRef
props Props
supervisor IInternalActorRef
Результат System
        public UnstartedCell(ActorSystemImpl system, RepointableActorRef self, Props props, IInternalActorRef supervisor)
        {
            _system = system;
            _self = self;
            _props = props;
            _supervisor = supervisor;
            _timeout = _system.Settings.UnstartedPushTimeout;
        }