Akka.Routing.RandomGroup.RandomGroup C# (CSharp) Method

RandomGroup() public method

Initializes a new instance of the RandomGroup class.
public RandomGroup ( ) : System.Collections.Generic
return System.Collections.Generic
        public RandomGroup(params string[] paths)
            : base(paths)
        {
        }

Same methods

RandomGroup::RandomGroup ( Config config ) : System.Collections.Generic
RandomGroup::RandomGroup ( IEnumerable paths ) : System.Collections.Generic