BlockingQueueTTryTake Method |
Name | Description | |
---|---|---|
TryTake(T) |
Tries to remove the specified item from the queue.
| |
TryTake(T, Int32, CancellationToken) |
Tries to remove the specified item from the queue within the specified time period.
A token can be provided to cancel the operation if needed.
|