BroadcastGroup Constructor (IEnumerableIActorRef) |
Note: This API is now obsolete.
new BroadcastGroup(actorRefs.Select(c => c.Path.ToString()))
Namespace: Akka.Routing
[ObsoleteAttribute("Use new BroadcastGroup(actorRefs.Select(c => c.Path.ToString())) instead [1.1.0]")] public BroadcastGroup( IEnumerable<IActorRef> routees )