[This is preliminary documentation and is subject to change.]
Get configuration settings for a given remote node
Namespace: NFX.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
public ConfigSectionNode RemoteNodeConfig(
string remoteNodeName
)
public ConfigSectionNode RemoteNodeConfig(
string remoteNodeName
)
Public Function RemoteNodeConfig (
remoteNodeName As String
) As ConfigSectionNode
Public Function RemoteNodeConfig (
remoteNodeName As String
) As ConfigSectionNode
public:
ConfigSectionNode^ RemoteNodeConfig(
String^ remoteNodeName
)
public:
ConfigSectionNode^ RemoteNodeConfig(
String^ remoteNodeName
)
member RemoteNodeConfig :
remoteNodeName : string -> ConfigSectionNode
member RemoteNodeConfig :
remoteNodeName : string -> ConfigSectionNode
Return Value
Type:
ConfigSectionNode