예제 #1
0
파일: Connection.cs 프로젝트: xenosl/ShuHai
 protected Connection(ConnectionKey key)
 {
     Key       = key;
     _hashCode = key.GetHashCode();
 }
예제 #2
0
파일: Connection.cs 프로젝트: xenosl/ShuHai
 public static bool Exist(ConnectionKey key)
 {
     return(_instances.ContainsKey(key));
 }