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