Esempio n. 1
0
 public string BlockingPop(TimeSpan?timeOut)
 {
     return(client.BlockingPopItemFromList(listId, timeOut));
 }