BlockingCollection<T>.BoundedCapacity Propiedad

Definición

Obtiene la capacidad límite de esta instancia de BlockingCollection<T>.

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

Valor de propiedad

Capacidad limitada de esta colección o -1 si no se proporcionó ningún límite.

Excepciones

Se aplica a

Consulte también