예제 #1
0
 public void AddConnection(IConnection connection)
 {
     //Add this node to the cluster, in case it doesn't exist already
     ClusterManager.Add(connection.RemoteHost);
     AddConnectionInternal(connection);
 }