AsyncQueue<T>.TryDequeue Method
Include Protected Members
Include Inherited Members
Immediately dequeues the element from the head of the queue if one is available, otherwise returns without an element.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
TryDequeue(T%) | Immediately dequeues the element from the head of the queue if one is available, otherwise returns without an element. | |
TryDequeue(Predicate<T>, T%) | Immediately dequeues the element from the head of the queue if one is available that satisfies the specified check, otherwise returns without an element. |
Top