Settings Constructor
Initializes a new instance of the Settings class.
Namespace:
Akka.ActorAssembly: Akka (in Akka.dll)
Syntax
public Settings( ActorSystem system, Config config )
Public Sub New ( _ system As ActorSystem, _ config As Config _ )
public: Settings( ActorSystem^ system, Config^ config )
Parameters
- system
- Type: Akka.Actor..::..ActorSystem
The system.
- config
- Type: Akka.Configuration..::..Config
The configuration.