Example #1
0
 public string BlockingDequeue(TimeSpan?timeOut)
 {
     return(client.BlockingDequeueItemFromList(listId, timeOut));
 }