ConsistentHashingGroup Constructor (IEnumerable<(Of <(<'ActorRef>)>)>)

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll)

Syntax


public ConsistentHashingGroup(
	IEnumerable<ActorRef> routees
)
Public Sub New ( _
	routees As IEnumerable(Of ActorRef) _
)
public:
ConsistentHashingGroup(
	IEnumerable<ActorRef^>^ routees
)

Parameters

routees
Type: IEnumerable<(Of <(<'ActorRef>)>)>