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

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

Parameters

logic
Type: Akka.RoutingRoutingLogic
TBD
routees
Type: Akka.RoutingRoutee
TBD
See Also