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