Initializes a new instance of the
Settings class.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic Settings(
ActorSystem system,
Config config
)
Public Sub New (
system As ActorSystem,
config As Config
)
public:
Settings(
ActorSystem^ system,
Config^ config
)
new :
system : ActorSystem *
config : Config -> Settings
Parameters
- system
- Type: Akka.ActorActorSystem
The system. - config
- Type: Akka.ConfigurationConfig
The configuration.
See Also