This topic has not yet been rated - Rate this topic

BlockingCollection<T> Constructor

Initializes a new instance of the BlockingCollection<T> class without an upper-bound.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method BlockingCollection<T>() Initializes a new instance of the BlockingCollection<T> class without an upper-bound.
Public method BlockingCollection<T>(Int32) Initializes a new instance of the BlockingCollection<T> class with the specified upper-bound.
Public method BlockingCollection<T>(IProducerConsumerCollection<T>) Initializes a new instance of the BlockingCollection<T> class without an upper-bound and using the provided IProducerConsumerCollection<T> as its underlying data store.
Public method BlockingCollection<T>(IProducerConsumerCollection<T>, Int32) Initializes a new instance of the BlockingCollection<T> class with the specified upper-bound and using the provided IProducerConsumerCollection<T> as its underlying data store.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.