The properties of System.Collections.Concurrent.BlockingCollection<T> are listed below. For a list of all members, see the BlockingCollection<T> Members list.
See Also: Inherited members from System.Object
| [read-only] | BoundedCapacity | int.
Gets the bounded capacity of this System.Collections.Concurrent.BlockingCollection`1 instance. |
| [read-only] | Count | int.
Gets the number of items contained in the System.Collections.Concurrent.BlockingCollection`1. |
| [read-only] | IsAddingCompleted | bool.
Gets whether this System.Collections.Concurrent.BlockingCollection`1 has been marked as complete for adding. |
| [read-only] | IsCompleted | bool.
Gets whether this System.Collections.Concurrent.BlockingCollection`1 has been marked as complete for adding and is empty. |