Click or drag to resize
Akka.NETConfigAddition Operator (Config, String)
Adds the supplied configuration string as a fallback to the supplied configuration.

Namespace:  Akka.Configuration
Assembly:  Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public static Config operator +(
	Config config,
	string fallback
)

Parameters

config
Type: Akka.ConfigurationConfig
The configuration used as the source.
fallback
Type: SystemString
The string used as the fallback configuration.

Return Value

Type: Config
The supplied configuration configured with the supplied fallback.
See Also