ErlEpmd MembersNFX Class Library

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

The ErlEpmd type exposes the following members.
Methods

  NameDescription
Public methodStatic memberLookupPort
Determine what port a node listens for incoming connections on
Public methodStatic memberPublishPort
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
Public methodStatic memberUnPublishPort
Unregister from Epmd. Other nodes wishing to connect will no longer be able to
Back to Top
Fields

  NameDescription
Public fieldStatic memberEPMD_PORT
Back to Top
See Also