Click or drag to resize
Akka.NETSettingsInjectTopLevelFallback Method
Injects a system config at the top of the fallback chain

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public void InjectTopLevelFallback(
	Config config
)

Parameters

config
Type: Akka.ConfigurationConfig
TBD
See Also