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

Namespace:  Akka.Remote.Routing
Assembly:  Akka.Remote (in Akka.Remote.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