Click or drag to resize
Akka.NETRouterConfigCreateRouter Method
Creates a router that is responsible for routing messages to routees within the provided system.

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public abstract Router CreateRouter(
	ActorSystem system
)

Parameters

system
Type: Akka.ActorActorSystem
The ActorSystem this router belongs to.

Return Value

Type: Router
The newly created router tied to the given system.
See Also