Pool Constructor (Config) |
Initializes a new instance of the
Pool class
Namespace: Akka.RoutingAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxprotected Pool(
Config config
)
Protected Sub New (
config As Config
)
protected:
Pool(
Config^ config
)
new :
config : Config -> Pool
Parameters
- config
- Type: Akka.ConfigurationConfig
[Missing <param name="config"/> documentation for "M:Akka.Routing.Pool.#ctor(Akka.Configuration.Config)"]
See Also