BoundedConcurrentQueue<T> public class BoundedConcurrentQueue<T> Documentation public int Count { get; } public BoundedConcurrentQueue() public BoundedConcurrentQueue(int queueLimit) public bool TryDequeue(out T item) public bool TryEnqueue(T item)