Esempio n. 1
0
 public bool IsServerAvailable()
 {
     try
     {
         return(MSMessageQueue.Exists(QueueName));
     }
     catch (Exception exception)
     {
         Log.Error(exception);
         return(false);
     }
 }