K2Informatics.Erlnet.Link.Link C# (CSharp) Method

Link() public method

public Link ( OtpErlangPid local, OtpErlangPid remote ) : System
local OtpErlangPid
remote OtpErlangPid
return System
        public Link(OtpErlangPid local, OtpErlangPid remote)
        {
            this.local = local;
            this.remote = remote;
        }