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

Namespace:  Akka.Cluster.Routing
Assembly:  Akka.Cluster (in Akka.Cluster.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public override 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