K2Informatics.Erlnet.Link.Link C# (CSharp) Méthode

Link() public méthode

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