Click or drag to resize
Akka.NETRoundRobinRoutingLogicSelect Method
Picks the next Routee in the collection to receive the message.

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public override Routee Select(
	Object message,
	Routee[] routees
)

Parameters

message
Type: SystemObject
The message that is being routed.
routees
Type: Akka.RoutingRoutee
A collection of routees to choose from when receiving the message.

Return Value

Type: Routee
A Routee that is receives the message.
See Also