Akka.NET Documentation
Akka.NET Documentation
API Reference
Akka.Configuration
Config Class
Config Constructor
Config Constructor
Config Constructor (HoconRoot)
Config Constructor (Config, Config)
Config Constructor (HoconRoot)
Initializes a new instance of the
Config
class.
Namespace:
Akka.Configuration
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
C#
F#
Copy
public
Config
(
HoconRoot
root
)
new
:
root
:
HoconRoot
->
Config
Parameters
root
Type:
Akka.Configuration.Hocon
HoconRoot
The root node to base this configuration.
Exceptions
Exception
Condition
ArgumentNullException
This exception is thrown if the given
root
value is undefined.
See Also
Reference
Config Class
Config Overload
Akka.Configuration Namespace
Akka.NET Home
|
Learn Akka.NET