Click or drag to resize
Akka.NETRoundRobinPool Constructor (Config)
Initializes a new instance of the RoundRobinPool class.

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public RoundRobinPool(
	Config config
)

Parameters

config
Type: Akka.ConfigurationConfig
The configuration used to configure the pool.
See Also