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