| RoundRobinPool Constructor (Config) |
Namespace:
Akka.Routing
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public RoundRobinPool(
Config config
)
new :
config : Config -> RoundRobinPool
Parameters
- config
- Type: Akka.ConfigurationConfig
The configuration used to configure the pool.
See Also