ErlLocalNode CreatePort Method NFX Class Library

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

Create an Erlang ErlPort. Erlang ports are based upon some node specific information; this method creates a port using the information in this node. Each call to this method produces a unique port. It may not be meaningful to create a port in a non-Erlang environment, but this method is provided for completeness

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

internal ErlPort CreatePort()

Return Value

Type: ErlPort
See Also