Akka.Routing.SmallestMailboxPool.SmallestMailboxPoolSurrogate.FromSurrogate C# (CSharp) Méthode

FromSurrogate() public méthode

Creates a SmallestMailboxPool encapsulated by this surrogate.
public FromSurrogate ( ActorSystem system ) : ISurrogated
system ActorSystem The actor system that owns this router.
Résultat ISurrogated
            public ISurrogated FromSurrogate(ActorSystem system)
            {
                return new SmallestMailboxPool(NrOfInstances, Resizer, SupervisorStrategy, RouterDispatcher, UsePoolDispatcher);
            }
SmallestMailboxPool.SmallestMailboxPoolSurrogate