Click or drag to resize
Akka.NETRemoteSettings Constructor
Initializes a new instance of the RemoteSettings class.

Namespace:  Akka.Remote
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public RemoteSettings(
	Config config
)

Parameters

config
Type: Akka.ConfigurationConfig
The configuration to use when setting up remoting.
See Also