Esempio n. 1
0
 public Topology(TopologyKey key, IReadOnlyList <TopologyReplica> replicas)
 {
     Key      = key;
     Replicas = replicas;
 }
Esempio n. 2
0
 public bool Equals(TopologyKey other) =>
 string.Equals(Service, other.Service) && string.Equals(Environment, other.Environment);