K2Informatics.Erlnet.Link.Link C# (CSharp) Метод

Link() публичный Метод

public Link ( OtpErlangPid local, OtpErlangPid remote ) : System
local OtpErlangPid
remote OtpErlangPid
Результат System
        public Link(OtpErlangPid local, OtpErlangPid remote)
        {
            this.local = local;
            this.remote = remote;
        }