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