Click or drag to resize
Settings Constructor
Initializes a new instance of the Settings class.

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public Settings(
	ActorSystem system,
	Config config
)

Parameters

system
Type: Akka.ActorActorSystem
The system.
config
Type: Akka.ConfigurationConfig
The configuration.
See Also