ErlEpmd PublishPort Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Publish node's port at local EPMD, so that other nodes can connect to it. On failure to connect to EPMD the function may throw if the value of ErlApp.IgnoreLocalEpmdConnectErrors variable is true. On failed connection attempt the function calls node.OnEpmdFailedConnectAttempt delegate

Namespace: NFX.Erlang
Assembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public static bool PublishPort(
	ErlLocalNode node
)

Return Value

Type: OnlineBoolean
Remarks

This function will get an exception if it tries to talk to an r3 epmd, or if something else happens that it cannot forsee. In both cases we return an exception (and the caller should try again, using the r3 protocol). If we manage to successfully communicate with an r4 epmd, we return either the socket, or null, depending on the result
See Also