Esempio n. 1
0
 protected Connection(ConnectionKey key)
 {
     Key       = key;
     _hashCode = key.GetHashCode();
 }
Esempio n. 2
0
 public static bool Exist(ConnectionKey key)
 {
     return(_instances.ContainsKey(key));
 }