예제 #1
0
 /// <summary>
 /// Tries to create the queue.
 /// </summary>
 /// <returns></returns>
 public QueueCreationResult CreateQueue()
 {
     using (_createQueueTimer.NewContext())
     {
         return(_handler.CreateQueue());
     }
 }