![]() | BoundBlockingQueueTPop Method |
Name | Description | |
---|---|---|
![]() | Pop |
Pops an item off the queue. If there is nothing on the queue
the call will pend until there is an item on the queue.
|
![]() | Pop(Int32, T) |
Pops an item off the queue. If there is nothing on the queue
the call will pend until there is an item on the queue or
the timeout has expired. If the timeout has expired, the
method will return false.
|