コード例 #1
0
 public T BlockingDequeue(TimeSpan?timeOut)
 {
     return(client.BlockingDequeueItemFromList(this, timeOut));
 }