Click or drag to resize
Akka.NETDeployer 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
)

Parameters

settings
Type: Akka.ActorSettings
The settings used to configure the deployer.
See Also