RandomLogic..::..Select Method

Selects the routee for the given message.

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

Syntax


public Routee Select(
	Object message,
	Routee[] routees
)
Public Function Select ( _
	message As Object, _
	routees As Routee() _
) As Routee
public:
Routee^ Select(
	Object^ message, 
	array<Routee^>^ routees
)

Parameters

message
Type: Object
The message.
routees
Type: array<Routee>[]()[][]
The routees.

Return Value

Routee.