Click or drag to resize
Akka.NETConfigurationFactoryLoad Method
Loads a configuration defined in the current application's configuration file, e.g. app.config or web.config

Namespace:  Akka.Configuration
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static Config Load()

Return Value

Type: Config
The configuration defined in the configuration file.
See Also