BlockingCollection(T) Properties
From Task Parallel System.Threading
|
|
| .NET Framework Class Library |
| BlockingCollection<(Of <(T>)>) Properties |
| BlockingCollection<(Of <(T>)>) Class See Also Send Feedback |
The BlockingCollection<(Of <(T>)>) type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| BoundedCapacity | Gets the bounded capacity of this BlockingCollection<(Of <(T>)>) instance. | |
| Count | Gets the number of items contained in the BlockingCollection<(Of <(T>)>). | |
| IsAddingCompleted | Gets whether this BlockingCollection<(Of <(T>)>) has been marked as complete for adding. | |
| IsCompleted | Gets whether this BlockingCollection<(Of <(T>)>) has been marked as complete for adding and is empty. |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| ICollection..::.IsSynchronized | Gets a value indicating whether access to the ICollection is synchronized. | |
| ICollection..::.SyncRoot |
Gets an object that can be used to synchronize access to the ICollection. This property is not supported.
|