Click or drag to resize
Akka.NETRouter Constructor (RoutingLogic, IActorRef, IActorRef)
TBD

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Router(
	RoutingLogic logic,
	IActorRef routee,
	params IActorRef[] routees
)

Parameters

logic
Type: Akka.RoutingRoutingLogic
TBD
routee
Type: Akka.ActorIActorRef
TBD
routees
Type: Akka.ActorIActorRef
TBD
See Also