ErlConnection ClassNFX Class Library

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

Maintains a connection between a C# process and a remote Erlang, C# or C node. The object maintains connection state and allows data to be sent to and received from the peer
Inheritance Hierarchy

OnlineSystem Object
  NFX DisposableObject
    NFX.Erlang ErlAbstractConnection
      NFX.Erlang ErlConnection

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

public class ErlConnection : ErlAbstractConnection
Remarks

In current implementation each connection creates a thread
See Also