ConsistentHashingGroup Constructor (IEnumerableActorRef) |
Namespace: Akka.RoutingAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic ConsistentHashingGroup(
IEnumerable<ActorRef> routees
)
Public Sub New (
routees As IEnumerable(Of ActorRef)
)
public:
ConsistentHashingGroup(
IEnumerable<ActorRef^>^ routees
)
new :
routees : IEnumerable<ActorRef> -> ConsistentHashingGroup
Parameters
- routees
- Type: System.Collections.GenericIEnumerableActorRef
[Missing <param name="routees"/> documentation for "M:Akka.Routing.ConsistentHashingGroup.#ctor(System.Collections.Generic.IEnumerable{Akka.Actor.ActorRef})"]
See Also