C# Класс Akka.Routing.BroadcastRoutingLogic

This class contains logic used by a Router to route a message to multiple routees.
Наследование: RoutingLogic
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Select ( object message, Routee routees ) : Routee

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

Описание методов

Select() публичный Метод

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 .
Результат Routee