Exemple #1
0
 void INovaAlertService.AdjustConferenceVolumn(Entities.ConferenceConnection conn)
 {
     try
     {
         if (CheckConnection() == false)
         {
             throw new ServiceException();
         }
         _realProxy.AdjustConferenceVolumn(conn);
     }
     catch (Exception ex)
     {
         OnException(ex);
     }
 }
Exemple #2
0
 void INovaAlertService.SendConferenceConnection(Entities.ConferenceConnection conn, bool isFirstOne)
 {
     try
     {
         if (CheckConnection() == false)
         {
             throw new ServiceException();
         }
         _realProxy.SendConferenceConnection(conn, isFirstOne);
     }
     catch (Exception ex)
     {
         OnException(ex);
     }
 }
 void ISwitchComm.AdjustConferenceVolumn(Entities.ConferenceConnection conn)
 {
 }
 void ISwitchComm.SendConferenceConnection(Entities.ConferenceConnection conn, bool isFirstOne)
 {
 }