Example #1
0
 public string Dequeue()
 {
     return(client.DequeueItemFromList(listId));
 }