| RemoteSettings Constructor |
Namespace:
Akka.Remote
Assembly:
Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public RemoteSettings(
Config config
)
new :
config : Config -> RemoteSettings
Parameters
- config
- Type: Akka.ConfigurationConfig
The configuration to use when setting up remoting.
See Also