RandomPool..::..CreateRouter Method

Creates the router.

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll)

Syntax


public Router CreateRouter(
	ActorSystem system
)
Public Function CreateRouter ( _
	system As ActorSystem _
) As Router
public:
Router^ CreateRouter(
	ActorSystem^ system
)

Parameters

system
Type: Akka.Actor..::..ActorSystem

Return Value

Router.