C# 클래스 Akka.Routing.BroadcastRoutingLogic

This class contains logic used by a Router to route a message to multiple routees.
상속: RoutingLogic
파일 보기 프로젝트 열기: rogeralsing/akka.net 1 사용 예제들

공개 메소드들

메소드 설명
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