Click or drag to resize
Akka.NETNoRouterCreateRouter Method
N/A

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

Parameters

system
Type: Akka.ActorActorSystem
N/A

Return Value

Type: Router
N/A
Exceptions
ExceptionCondition
NotSupportedException This exception is automatically thrown since NoRouter cannot create routers.
See Also