Click or drag to resize
Akka.NETSettings Constructor
Initializes a new instance of the Settings class.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Settings(
	ActorSystem system,
	Config config
)

Parameters

system
Type: Akka.ActorActorSystem
The system.
config
Type: Akka.ConfigurationConfig
The configuration.
Exceptions
ExceptionCondition
ConfigurationException This exception is thrown if the 'akka.actor.provider' configuration item is not a valid type name or a valid actor ref provider.
See Also