C# Class Akka.Routing.BroadcastRoutingLogic

This class contains logic used by a Router to route a message to multiple routees.
Inheritance: RoutingLogic
Datei anzeigen Open project: rogeralsing/akka.net Class Usage Examples

Public Methods

Method Description
Select ( object message, Routee routees ) : Routee

Picks all the Routee">routees in routees to receive the

Method Details

Select() public method

Picks all the Routee">routees in routees to receive the
public Select ( object message, Routee routees ) : Routee
message object The message that is being routed.
routees Routee A collection of routees that receives the .
return Routee