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

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

Parameters

config
Type: Akka.ConfigurationConfig

[Missing <param name="config"/> documentation for "M:Akka.Actor.Settings.InjectTopLevelFallback(Akka.Configuration.Config)"]

See Also