public void OnReplySyncNode(DataLinkCollection sender, string host, ushort port, string name) { }
public Program() { _dlc = new DataLinkCollection(nameof(Program), this, Guid.NewGuid().ToString(), Port); _dlf = new DataLinkFactory(this, this, Port, new X509Certificate2(s_certPath, s_certPassword)); }
public void OnHealthyChanged(DataLinkCollection sender, DataLink dataLink) { Console.WriteLine($"Healthy: {dataLink.IsHealthy}"); }