Beispiel #1
0
 public static bool IsQueueSecured(string qName)
 {
     return(ServerCoreLoader.IsQueueSecuredByName(qName));
 }