Exemple #1
0
 public void OpenNewConnection(long connectionSettingId)
 {
     try
     {
         if (null == pipeFactory || null == pipeProxy)
         {
             throw new ApplicationException("Intercomm initialization error");
         }
         pipeProxy.OpenNewConnection(connectionSettingId);
     }
     catch (Exception)
     {
     }
 }