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

BroadcastGroup() public method

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

Same methods

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