Akka.Routing.ConsistentHashingPool.ConsistentHashingPoolSurrogate.FromSurrogate C# (CSharp) Метод

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

Creates a ConsistentHashingPool encapsulated by this surrogate.
public FromSurrogate ( ActorSystem system ) : ISurrogated
system ActorSystem The actor system that owns this router.
Результат ISurrogated
            public ISurrogated FromSurrogate(ActorSystem system)
            {
                return new ConsistentHashingPool(NrOfInstances, Resizer, SupervisorStrategy, RouterDispatcher, UsePoolDispatcher);
            }
ConsistentHashingPool.ConsistentHashingPoolSurrogate