Akka.Routing.RoundRobinGroup.RoundRobinGroup C# (CSharp) Метод

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

Initializes a new instance of the RoundRobinGroup class.
public RoundRobinGroup ( ) : System.Collections.Generic
Результат System.Collections.Generic
        public RoundRobinGroup(params string[] paths)
            : base(paths)
        {
        }

Same methods

RoundRobinGroup::RoundRobinGroup ( Config config ) : System.Collections.Generic
RoundRobinGroup::RoundRobinGroup ( IEnumerable routees ) : System.Collections.Generic
RoundRobinGroup::RoundRobinGroup ( IEnumerable paths ) : System.Collections.Generic