RoutingLogic..::..Select Method

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
routees
Type: array<Routee>[]()[][]