| Deployer Constructor |
Initializes a new instance of the
Deployer class.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public Deployer(
Settings settings
)
new :
settings : Settings -> Deployer
Parameters
- settings
- Type: Akka.ActorSettings
The settings used to configure the deployer.
See Also