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;
        }