Defines methods to manipulate thread-safe collections intended for producer/consumer usage. This interface provides a unified representation for producer/consumer collections so that higher level abstractions such as System.Collections.Concurrent.BlockingCollection`1 can use the collection as the underlying storage mechanism.
See Also: IProducerConsumerCollection<T> Members
- T
- Documentation for this section has not yet been entered.
For more information, see Thread-Safe Collections and BlockingCollection Overview.