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