Beispiel #1
0
 private void CreateQueue(string queueName)
 {
     _queueClient.CreateQueue(queueName);
 }