| ConfigAddition 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
)
static let inline (+)
config : Config *
fallback : string : Config
Parameters
- config
- Type: Akka.ConfigurationConfig
The configuration used as the source. - fallback
- Type: SystemString
The string used as the fallback configuration.
Return Value
Type:
ConfigThe supplied configuration configured with the supplied fallback.
See Also