Click or drag to resize
RandomLogicSelect Method
Selects the routee for the given message.

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

Parameters

message
Type: SystemObject
The message.
routees
Type: Akka.RoutingRoutee
The routees.

Return Value

Type: Routee
Routee.
See Also