BlockingCollection<T>.BoundedCapacity Property

Definition

Gets the bounded capacity of this BlockingCollection<T> instance.

public:
 property int BoundedCapacity { int get(); };
public int BoundedCapacity { get; }
member this.BoundedCapacity : int
Public ReadOnly Property BoundedCapacity As Integer

Property Value

The bounded capacity of this collection, or -1 if no bound was supplied.

Exceptions

Applies to

See also