Akka.Routing.SmallestMailboxPool.SmallestMailboxPoolSurrogate.FromSurrogate C# (CSharp) 메소드

FromSurrogate() 공개 메소드

Creates a SmallestMailboxPool 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 SmallestMailboxPool(NrOfInstances, Resizer, SupervisorStrategy, RouterDispatcher, UsePoolDispatcher);
            }
SmallestMailboxPool.SmallestMailboxPoolSurrogate