Esempio n. 1
0
 public static bool IsQueueStarted(string qName)
 {
     return(ServerCoreLoader.IsQueueStartedByName(qName));
 }