C# Class Akka.Routing.BroadcastRoutingLogic

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

Méthodes publiques

Méthode Description
Select ( object message, Routee routees ) : Routee

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

Method Details

Select() public méthode

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 .
Résultat Routee