Click or drag to resize
BroadcastRoutingLogicSelect Method

[Missing <summary> documentation for "M:Akka.Routing.BroadcastRoutingLogic.Select(System.Object,Akka.Routing.Routee[])"]

Namespace: Akka.Routing
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public override Routee Select(
	Object message,
	Routee[] routees
)

Parameters

message
Type: SystemObject

[Missing <param name="message"/> documentation for "M:Akka.Routing.BroadcastRoutingLogic.Select(System.Object,Akka.Routing.Routee[])"]

routees
Type: Akka.RoutingRoutee

[Missing <param name="routees"/> documentation for "M:Akka.Routing.BroadcastRoutingLogic.Select(System.Object,Akka.Routing.Routee[])"]

Return Value

Type: Routee

[Missing <returns> documentation for "M:Akka.Routing.BroadcastRoutingLogic.Select(System.Object,Akka.Routing.Routee[])"]

See Also